#165525

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

Shades of Crusoe #165525

Tints of Crusoe #165525

Color information

#165525 (or 0x165525) is unknown color: approx Crusoe. HEX triplet: 16, 55 and 25. RGB value is (22,85,37). Sum of RGB (Red+Green+Blue) = 22+85+37=144 (19% of max value = 765). Red value is 22 (8.98% from 255 or 15.28% from 144); Green value is 85 (33.59% from 255 or 59.03% from 144); Blue value is 37 (14.84% from 255 or 25.69% from 144); Max value from RGB is 85 - color contains mainly: green. Hex color #165525 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165525 is #E9AADA. Grayscale: #3C3C3C. Windows color (decimal): -15313627 or 2446614. OLE color: 2446614.

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

Color convert

RGB228537-
CMYK0.7400.560.67
HSL134.29º58.88%20.98%-
HSV(B)134.29º74.12%33.33%-
XYZ3.916.82.86-
YUV60.69114.63100.4-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.28%
GREEN value IS 85 (33.59% from 255) = 59.03%
BLUE value IS 37 (14.84% from 255) = 25.69%
R=15.28%
G=59.03%
B=25.69%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2285370.7400.560.67134.2958.8820.98
Hex1655254A03843863b15
Octal26125451120701032067325
Binary1011010101011001011001010011100010000111000011011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165525; }

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

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

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

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

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

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

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

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