#165B24

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

Shades of Crusoe #165B24

Tints of Crusoe #165B24

Color information

#165B24 (or 0x165B24) is unknown color: approx Crusoe. HEX triplet: 16, 5B and 24. RGB value is (22,91,36). Sum of RGB (Red+Green+Blue) = 22+91+36=149 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.77% from 149); Green value is 91 (35.94% from 255 or 61.07% from 149); Blue value is 36 (14.45% from 255 or 24.16% from 149); Max value from RGB is 91 - color contains mainly: green. Hex color #165B24 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165B24 is #E9A4DB. Grayscale: #404040. Windows color (decimal): -15312092 or 2382614. OLE color: 2382614.

HSL color Cylindrical-coordinate representation of color #165B24: hue angle of 132.17º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #165B24 is Cyan = 0.76, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.64.

Color convert

RGB229136-
CMYK0.7600.600.64
HSL132.17º61.06%22.16%-
HSV(B)132.17º75.82%35.69%-
XYZ4.397.782.94-
YUV64.1112.1497.97-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.77%
GREEN value IS 91 (35.94% from 255) = 61.07%
BLUE value IS 36 (14.45% from 255) = 24.16%
R=14.77%
G=61.07%
B=24.16%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2291360.7600.600.64132.1761.0622.16
Hex165B244C03C40843d16
Octal26133441140741002047526
Binary1011010110111001001001100011110010000001000010011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165B24; }

 p { color: rgb(22,91,36); }

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

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

 a { background-color: rgb(22,91,36); }

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

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

 span { border-color: rgb(22,91,36); }

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