#165A21

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

Shades of Crusoe #165A21

Tints of Crusoe #165A21

Color information

#165A21 (or 0x165A21) is unknown color: approx Crusoe. HEX triplet: 16, 5A and 21. RGB value is (22,90,33). Sum of RGB (Red+Green+Blue) = 22+90+33=145 (19% of max value = 765). Red value is 22 (8.98% from 255 or 15.17% from 145); Green value is 90 (35.55% from 255 or 62.07% from 145); Blue value is 33 (13.28% from 255 or 22.76% from 145); Max value from RGB is 90 - color contains mainly: green. Hex color #165A21 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165A21 is #E9A5DE. Grayscale: #3F3F3F. Windows color (decimal): -15312351 or 2185750. OLE color: 2185750.

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

Color convert

RGB229033-
CMYK0.7600.630.65
HSL129.71º60.71%21.96%-
HSV(B)129.71º75.56%35.29%-
XYZ4.267.592.68-
YUV63.17110.9798.63-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.17%
GREEN value IS 90 (35.55% from 255) = 62.07%
BLUE value IS 33 (13.28% from 255) = 22.76%
R=15.17%
G=62.07%
B=22.76%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2290330.7600.630.65129.7160.7121.96
Hex165A214C03F41823d16
Octal26132411140771012027526
Binary1011010110101000011001100011111110000011000001011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,90,33); }

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

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

 a { background-color: rgb(22,90,33); }

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

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

 span { border-color: rgb(22,90,33); }

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