#165120

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

Shades of Crusoe #165120

Tints of Crusoe #165120

Color information

#165120 (or 0x165120) is unknown color: approx Crusoe. HEX triplet: 16, 51 and 20. RGB value is (22,81,32). Sum of RGB (Red+Green+Blue) = 22+81+32=135 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.30% from 135); Green value is 81 (32.03% from 255 or 60% from 135); Blue value is 32 (12.89% from 255 or 23.70% from 135); Max value from RGB is 81 - color contains mainly: green. Hex color #165120 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165120 is #E9AEDF. Grayscale: #393939. Windows color (decimal): -15314656 or 2117910. OLE color: 2117910.

HSL color Cylindrical-coordinate representation of color #165120: hue angle of 130.17º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #165120 is Cyan = 0.73, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB228132-
CMYK0.7300.600.68
HSL130.17º57.28%20.2%-
HSV(B)130.17º72.84%31.76%-
XYZ3.536.162.37-
YUV57.77113.45102.48-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.30%
GREEN value IS 81 (32.03% from 255) = 60%
BLUE value IS 32 (12.89% from 255) = 23.70%
R=16.30%
G=60%
B=23.70%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2281320.7300.600.68130.1757.2820.2
Hex1651204903C44823914
Octal26121401110741042027124
Binary1011010100011000001001001011110010001001000001011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165120; }

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

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

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

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

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

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

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

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