#165937

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

Shades of Crusoe #165937

Tints of Crusoe #165937

Color information

#165937 (or 0x165937) is unknown color: approx Crusoe. HEX triplet: 16, 59 and 37. RGB value is (22,89,55). Sum of RGB (Red+Green+Blue) = 22+89+55=166 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.25% from 166); Green value is 89 (35.16% from 255 or 53.61% from 166); Blue value is 55 (21.88% from 255 or 33.13% from 166); Max value from RGB is 89 - color contains mainly: green. Hex color #165937 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165937 is #E9A6C8. Grayscale: #414141. Windows color (decimal): -15312585 or 3627286. OLE color: 3627286.

HSL color Cylindrical-coordinate representation of color #165937: hue angle of 149.55º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #165937 is Cyan = 0.75, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.65.

Color convert

RGB228955-
CMYK0.7500.380.65
HSL149.55º60.36%21.76%-
HSV(B)149.55º75.28%34.9%-
XYZ4.597.594.84-
YUV65.09122.397.26-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.25%
GREEN value IS 89 (35.16% from 255) = 53.61%
BLUE value IS 55 (21.88% from 255) = 33.13%
R=13.25%
G=53.61%
B=33.13%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2289550.7500.380.65149.5560.3621.76
Hex1659374B02641963c16
Octal26131671130461012267426
Binary1011010110011101111001011010011010000011001011011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165937; }

 p { color: rgb(22,89,55); }

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

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

 a { background-color: rgb(22,89,55); }

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

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

 span { border-color: rgb(22,89,55); }

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