#155820

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

Shades of Crusoe #155820

Tints of Crusoe #155820

Color information

#155820 (or 0x155820) is unknown color: approx Crusoe. HEX triplet: 15, 58 and 20. RGB value is (21,88,32). Sum of RGB (Red+Green+Blue) = 21+88+32=141 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.89% from 141); Green value is 88 (34.77% from 255 or 62.41% from 141); Blue value is 32 (12.89% from 255 or 22.70% from 141); Max value from RGB is 88 - color contains mainly: green. Hex color #155820 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155820 is #EAA7DF. Grayscale: #3D3D3D. Windows color (decimal): -15378400 or 2119701. OLE color: 2119701.

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

Color convert

RGB218832-
CMYK0.7600.640.65
HSL129.85º61.47%21.37%-
HSV(B)129.85º76.14%34.51%-
XYZ4.067.242.55-
YUV61.58111.399.05-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.89%
GREEN value IS 88 (34.77% from 255) = 62.41%
BLUE value IS 32 (12.89% from 255) = 22.70%
R=14.89%
G=62.41%
B=22.70%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2188320.7600.640.65129.8561.4721.37
Hex1558204C04041823d15
Octal251304011401001012027525
Binary10101101100010000010011000100000010000011000001011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155820; }

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

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

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

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

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

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

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

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