#165520

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

Shades of Crusoe #165520

Tints of Crusoe #165520

Color information

#165520 (or 0x165520) is unknown color: approx Crusoe. HEX triplet: 16, 55 and 20. RGB value is (22,85,32). Sum of RGB (Red+Green+Blue) = 22+85+32=139 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.83% from 139); Green value is 85 (33.59% from 255 or 61.15% from 139); Blue value is 32 (12.89% from 255 or 23.02% from 139); Max value from RGB is 85 - color contains mainly: green. Hex color #165520 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165520 is #E9AADF. Grayscale: #3C3C3C. Windows color (decimal): -15313632 or 2118934. OLE color: 2118934.

HSL color Cylindrical-coordinate representation of color #165520: hue angle of 129.52º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #165520 is Cyan = 0.74, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB228532-
CMYK0.7400.620.67
HSL129.52º58.88%20.98%-
HSV(B)129.52º74.12%33.33%-
XYZ3.846.772.47-
YUV60.12112.13100.81-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.83%
GREEN value IS 85 (33.59% from 255) = 61.15%
BLUE value IS 32 (12.89% from 255) = 23.02%
R=15.83%
G=61.15%
B=23.02%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2285320.7400.620.67129.5258.8820.98
Hex1655204A03E43823b15
Octal26125401120761032027325
Binary1011010101011000001001010011111010000111000001011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165520; }

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

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

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

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

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

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

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

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