#166229

Color #166229 Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #166229

Tints of Crusoe #166229

Color information

#166229 (or 0x166229) is unknown color: approx Crusoe. HEX triplet: 16, 62 and 29. RGB value is (22,98,41). Sum of RGB (Red+Green+Blue) = 22+98+41=161 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.66% from 161); Green value is 98 (38.67% from 255 or 60.87% from 161); Blue value is 41 (16.41% from 255 or 25.47% from 161); Max value from RGB is 98 - color contains mainly: green. Hex color #166229 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166229 is #E99DD6. Grayscale: #444444. Windows color (decimal): -15310295 or 2712086. OLE color: 2712086.

HSL color Cylindrical-coordinate representation of color #166229: hue angle of 135º 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 #166229 is Cyan = 0.78, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.62.

Color convert

RGB229841-
CMYK0.7800.580.62
HSL135º63.33%23.53%-
HSV(B)135º77.55%38.43%-
XYZ5.19.073.58-
YUV68.78112.3294.63-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.66%
GREEN value IS 98 (38.67% from 255) = 60.87%
BLUE value IS 41 (16.41% from 255) = 25.47%
R=13.66%
G=60.87%
B=25.47%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2298410.7800.580.6213563.3323.53
Hex1662294E03A3E873f18
Octal2614251116072762077730
Binary101101100010101001100111001110101111101000011111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166229; }

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

 H1.HeaderClassName
 {
   color: #166229;
 }
 .AnyTagClassName
 {
   color: #166229;
 }
</style>
background-color css

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

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

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

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

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

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