Html Css Color HEX #166228 Crusoe

📋 copy color: '#166228'

red 22 ◦ green 98 ◦ blue 40

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

Shades of Crusoe #166228

Tints of Crusoe #166228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 25%

R = 13.75%
G = 61.25%
B = 25%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#166228 (or 0x166228) is known color: Crusoe. HEX triplet: 16, 62 and 28. RGB value is (22,98,40). Sum of RGB (Red+Green+Blue) = 22+98+40=160 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.75% from 160); Green value is 98 (38.67% from 255 or 61.25% from 160); Blue value is 40 (16.02% from 255 or 25% from 160); Max value from RGB is 98 - color contains mainly: green. Hex color #166228 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166228 is #E99DD7. Grayscale: #444444. Windows color (decimal): -15310296 or 2646550. OLE color: 2646550.

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

Color convert

RGB 22 98 40 -
CMYK 0.78 0 0.59 0.62
HSL 134.21º 0.63% 0.24% -
HSV(B) 134.21º 0.78% 0.38% -
XYZ 5.08 9.06 3.49 -
YUV 68.66 111.82 94.72 -
System Red Green Blue C M Y K H S L
Decimal 22 98 40 0.78 0 0.59 0.62 134.21 0.63 0.24
Hex 16 62 28 4E 0 3B 3E 86 3F 18
Octal 26 142 50 116 0 73 76 206 77 30
Binary 10110 1100010 101000 1001110 0 111011 111110 10000110 111111 11000

Color Harmonies of #166228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166228

Black with #166228

Text Example


Text Example

White with #166228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #166228; }

 p { color: rgb(22,98,40); }

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

background-color css

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

 a { background-color: rgb(22,98,40); }

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

border-color css

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

 span { border-color: rgb(22,98,40); }

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