#165820

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

Shades of Crusoe #165820

Tints of Crusoe #165820

Color information

#165820 (or 0x165820) is unknown color: approx Crusoe. HEX triplet: 16, 58 and 20. RGB value is (22,88,32). Sum of RGB (Red+Green+Blue) = 22+88+32=142 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.49% from 142); Green value is 88 (34.77% from 255 or 61.97% from 142); Blue value is 32 (12.89% from 255 or 22.54% from 142); Max value from RGB is 88 - color contains mainly: green. Hex color #165820 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165820 is #E9A7DF. Grayscale: #3E3E3E. Windows color (decimal): -15312864 or 2119702. OLE color: 2119702.

HSL color Cylindrical-coordinate representation of color #165820: hue angle of 129.09º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #165820 is Cyan = 0.75, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.65.

Color convert

RGB228832-
CMYK0.7500.640.65
HSL129.09º60%21.57%-
HSV(B)129.09º75%34.51%-
XYZ4.087.252.55-
YUV61.88111.1399.55-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.49%
GREEN value IS 88 (34.77% from 255) = 61.97%
BLUE value IS 32 (12.89% from 255) = 22.54%
R=15.49%
G=61.97%
B=22.54%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2288320.7500.640.65129.096021.57
Hex1658204B04041813c16
Octal261304011301001012017426
Binary10110101100010000010010110100000010000011000000111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165820; }

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

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

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

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

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

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

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

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