Html Css Color HEX #01621D Crusoe

📋 copy color: '#01621D'

red 1 ◦ green 98 ◦ blue 29

#01621D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crusoe #01621D

Tints of Crusoe #01621D

RGB

 RED value IS 1 (0.78% from 255) = 0.78%

 GREEN value IS 98 (38.67% from 255) = 76.56%

 BLUE value IS 29 (11.72% from 255) = 22.66%

R = 0.78%
G = 76.56%
B = 22.66%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.70

 K value IS 0.62

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#01621D (or 0x01621D) is known color: Crusoe. HEX triplet: 01, 62 and 1D. RGB value is (1,98,29). Sum of RGB (Red+Green+Blue) = 1+98+29=128 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 128); Green value is 98 (38.67% from 255 or 76.56% from 128); Blue value is 29 (11.72% from 255 or 22.66% from 128); Max value from RGB is 98 - color contains mainly: green. Hex color #01621D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01621D is #FE9DE2. Grayscale: #3D3D3D. Windows color (decimal): -16686563 or 1925633. OLE color: 1925633.

HSL color Cylindrical-coordinate representation of color #01621D: hue angle of 137.32º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01621D is Cyan = 0.99, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB 1 98 29 -
CMYK 0.99 0 0.70 0.62
HSL 137.32º 0.98% 0.19% -
HSV(B) 137.32º 0.99% 0.38% -
XYZ 4.6 8.83 2.62 -
YUV 61.13 109.86 85.11 -
System Red Green Blue C M Y K H S L
Decimal 1 98 29 0.99 0 0.70 0.62 137.32 0.98 0.19
Hex 1 62 1D 63 0 46 3E 89 62 13
Octal 1 142 35 143 0 106 76 211 142 23
Binary 1 1100010 11101 1100011 0 1000110 111110 10001001 1100010 10011

Color Harmonies of #01621D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01621D

Black with #01621D

Text Example


Text Example

White with #01621D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01621D; }

 p { color: rgb(1,98,29); }

 H1.HeaderClassName
 {
   color: #01621D;
 }
 .AnyTagClassName
 {
   color: #01621D;
 }
</style>

background-color css

<style>
 a { background-color: #01621D; }

 a { background-color: rgb(1,98,29); }

 div.DivClassName
 {
   background-color: #01621D;
 }
 .BgClassName
 {
   background-color: #01621D;
 }
</style>

border-color css

<style>
 span { border-color: #01621D; }

 span { border-color: rgb(1,98,29); }

 td.TdClassName
 {
   border-color: #01621D;
 }
 .TagClassName
 {
   border-color: #01621D;
 }
</style>