#166027

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

Shades of Crusoe #166027

Tints of Crusoe #166027

Color information

#166027 (or 0x166027) is unknown color: approx Crusoe. HEX triplet: 16, 60 and 27. RGB value is (22,96,39). Sum of RGB (Red+Green+Blue) = 22+96+39=157 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.01% from 157); Green value is 96 (37.89% from 255 or 61.15% from 157); Blue value is 39 (15.62% from 255 or 24.84% from 157); Max value from RGB is 96 - color contains mainly: green. Hex color #166027 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166027 is #E99FD8. Grayscale: #434343. Windows color (decimal): -15310809 or 2580502. OLE color: 2580502.

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

Color convert

RGB229639-
CMYK0.7700.590.62
HSL133.78º62.71%23.14%-
HSV(B)133.78º77.08%37.65%-
XYZ4.888.683.34-
YUV67.38111.9895.63-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.01%
GREEN value IS 96 (37.89% from 255) = 61.15%
BLUE value IS 39 (15.62% from 255) = 24.84%
R=14.01%
G=61.15%
B=24.84%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2296390.7700.590.62133.7862.7123.14
Hex1660274D03B3E863f17
Octal2614047115073762067727
Binary101101100000100111100110101110111111101000011011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166027; }

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

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

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

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

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

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

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

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