Html Css Color HEX #166033 Crusoe

📋 copy color: '#166033'

red 22 ◦ green 96 ◦ blue 51

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

Shades of Crusoe #166033

Tints of Crusoe #166033

RGB

 RED value IS 22 (8.98% from 255) = 13.02%

 GREEN value IS 96 (37.89% from 255) = 56.8%

 BLUE value IS 51 (20.31% from 255) = 30.18%

R = 13.02%
G = 56.8%
B = 30.18%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#166033 (or 0x166033) is known color: Crusoe. HEX triplet: 16, 60 and 33. RGB value is (22,96,51). Sum of RGB (Red+Green+Blue) = 22+96+51=169 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.02% from 169); Green value is 96 (37.89% from 255 or 56.80% from 169); Blue value is 51 (20.31% from 255 or 30.18% from 169); Max value from RGB is 96 - color contains mainly: green. Hex color #166033 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166033 is #E99FCC. Grayscale: #444444. Windows color (decimal): -15310797 or 3366934. OLE color: 3366934.

HSL color Cylindrical-coordinate representation of color #166033: hue angle of 143.51º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #166033 is Cyan = 0.77, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.62.

Color convert

RGB 22 96 51 -
CMYK 0.77 0 0.47 0.62
HSL 143.51º 0.63% 0.23% -
HSV(B) 143.51º 0.77% 0.38% -
XYZ 5.11 8.78 4.56 -
YUV 68.74 117.98 94.66 -
System Red Green Blue C M Y K H S L
Decimal 22 96 51 0.77 0 0.47 0.62 143.51 0.63 0.23
Hex 16 60 33 4D 0 2F 3E 90 3F 17
Octal 26 140 63 115 0 57 76 220 77 27
Binary 10110 1100000 110011 1001101 0 101111 111110 10010000 111111 10111

Color Harmonies of #166033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166033

Black with #166033

Text Example


Text Example

White with #166033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #166033; }

 p { color: rgb(22,96,51); }

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

background-color css

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

 a { background-color: rgb(22,96,51); }

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

border-color css

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

 span { border-color: rgb(22,96,51); }

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