#166025

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

Shades of Crusoe #166025

Tints of Crusoe #166025

Color information

#166025 (or 0x166025) is unknown color: approx Crusoe. HEX triplet: 16, 60 and 25. RGB value is (22,96,37). Sum of RGB (Red+Green+Blue) = 22+96+37=155 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.19% from 155); Green value is 96 (37.89% from 255 or 61.94% from 155); Blue value is 37 (14.84% from 255 or 23.87% from 155); Max value from RGB is 96 - color contains mainly: green. Hex color #166025 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166025 is #E99FDA. Grayscale: #434343. Windows color (decimal): -15310811 or 2449430. OLE color: 2449430.

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

Color convert

RGB229637-
CMYK0.7700.610.62
HSL132.16º62.71%23.14%-
HSV(B)132.16º77.08%37.65%-
XYZ4.858.673.17-
YUV67.15110.9895.8-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.19%
GREEN value IS 96 (37.89% from 255) = 61.94%
BLUE value IS 37 (14.84% from 255) = 23.87%
R=14.19%
G=61.94%
B=23.87%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2296370.7700.610.62132.1662.7123.14
Hex1660254D03D3E843f17
Octal2614045115075762047727
Binary101101100000100101100110101111011111101000010011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166025; }

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

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

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

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

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

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

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

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