#165920

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

Shades of Crusoe #165920

Tints of Crusoe #165920

Color information

#165920 (or 0x165920) is unknown color: approx Crusoe. HEX triplet: 16, 59 and 20. RGB value is (22,89,32). Sum of RGB (Red+Green+Blue) = 22+89+32=143 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.38% from 143); Green value is 89 (35.16% from 255 or 62.24% from 143); Blue value is 32 (12.89% from 255 or 22.38% from 143); Max value from RGB is 89 - color contains mainly: green. Hex color #165920 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165920 is #E9A6DF. Grayscale: #3E3E3E. Windows color (decimal): -15312608 or 2119958. OLE color: 2119958.

HSL color Cylindrical-coordinate representation of color #165920: hue angle of 128.96º 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 #165920 is Cyan = 0.75, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.65.

Color convert

RGB228932-
CMYK0.7500.640.65
HSL128.96º60.36%21.76%-
HSV(B)128.96º75.28%34.9%-
XYZ4.167.422.58-
YUV62.47110.899.13-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.38%
GREEN value IS 89 (35.16% from 255) = 62.24%
BLUE value IS 32 (12.89% from 255) = 22.38%
R=15.38%
G=62.24%
B=22.38%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2289320.7500.640.65128.9660.3621.76
Hex1659204B04041813c16
Octal261314011301001012017426
Binary10110101100110000010010110100000010000011000000111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165920; }

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

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

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

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

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

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

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

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