#165526

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

Shades of Crusoe #165526

Tints of Crusoe #165526

Color information

#165526 (or 0x165526) is unknown color: approx Crusoe. HEX triplet: 16, 55 and 26. RGB value is (22,85,38). Sum of RGB (Red+Green+Blue) = 22+85+38=145 (19% of max value = 765). Red value is 22 (8.98% from 255 or 15.17% from 145); Green value is 85 (33.59% from 255 or 58.62% from 145); Blue value is 38 (15.23% from 255 or 26.21% from 145); Max value from RGB is 85 - color contains mainly: green. Hex color #165526 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165526 is #E9AAD9. Grayscale: #3C3C3C. Windows color (decimal): -15313626 or 2512150. OLE color: 2512150.

HSL color Cylindrical-coordinate representation of color #165526: hue angle of 135.24º 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 #165526 is Cyan = 0.74, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.67.

Color convert

RGB228538-
CMYK0.7400.550.67
HSL135.24º58.88%20.98%-
HSV(B)135.24º74.12%33.33%-
XYZ3.936.812.94-
YUV60.8115.13100.32-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.17%
GREEN value IS 85 (33.59% from 255) = 58.62%
BLUE value IS 38 (15.23% from 255) = 26.21%
R=15.17%
G=58.62%
B=26.21%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2285380.7400.550.67135.2458.8820.98
Hex1655264A03743873b15
Octal26125461120671032077325
Binary1011010101011001101001010011011110000111000011111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165526; }

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

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

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

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

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

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

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

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