#165720

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

Shades of Crusoe #165720

Tints of Crusoe #165720

Color information

#165720 (or 0x165720) is unknown color: approx Crusoe. HEX triplet: 16, 57 and 20. RGB value is (22,87,32). Sum of RGB (Red+Green+Blue) = 22+87+32=141 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.60% from 141); Green value is 87 (34.38% from 255 or 61.70% from 141); Blue value is 32 (12.89% from 255 or 22.70% from 141); Max value from RGB is 87 - color contains mainly: green. Hex color #165720 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165720 is #E9A8DF. Grayscale: #3D3D3D. Windows color (decimal): -15313120 or 2119446. OLE color: 2119446.

HSL color Cylindrical-coordinate representation of color #165720: hue angle of 129.23º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #165720 is Cyan = 0.75, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.66.

Color convert

RGB228732-
CMYK0.7500.630.66
HSL129.23º59.63%21.37%-
HSV(B)129.23º74.71%34.12%-
XYZ47.092.52-
YUV61.29111.4799.97-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.60%
GREEN value IS 87 (34.38% from 255) = 61.70%
BLUE value IS 32 (12.89% from 255) = 22.70%
R=15.60%
G=61.70%
B=22.70%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2287320.7500.630.66129.2359.6321.37
Hex1657204B03F42813c15
Octal26127401130771022017425
Binary1011010101111000001001011011111110000101000000111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165720; }

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

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

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

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

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

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

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

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