#165523

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

Shades of Crusoe #165523

Tints of Crusoe #165523

Color information

#165523 (or 0x165523) is unknown color: approx Crusoe. HEX triplet: 16, 55 and 23. RGB value is (22,85,35). Sum of RGB (Red+Green+Blue) = 22+85+35=142 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.49% from 142); Green value is 85 (33.59% from 255 or 59.86% from 142); Blue value is 35 (14.06% from 255 or 24.65% from 142); Max value from RGB is 85 - color contains mainly: green. Hex color #165523 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165523 is #E9AADC. Grayscale: #3C3C3C. Windows color (decimal): -15313629 or 2315542. OLE color: 2315542.

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

Color convert

RGB228535-
CMYK0.7400.590.67
HSL132.38º58.88%20.98%-
HSV(B)132.38º74.12%33.33%-
XYZ3.886.792.7-
YUV60.46113.63100.57-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.49%
GREEN value IS 85 (33.59% from 255) = 59.86%
BLUE value IS 35 (14.06% from 255) = 24.65%
R=15.49%
G=59.86%
B=24.65%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2285350.7400.590.67132.3858.8820.98
Hex1655234A03B43843b15
Octal26125431120731032047325
Binary1011010101011000111001010011101110000111000010011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165523; }

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

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

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

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

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

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

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

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