#155420

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

Shades of Crusoe #155420

Tints of Crusoe #155420

Color information

#155420 (or 0x155420) is unknown color: approx Crusoe. HEX triplet: 15, 54 and 20. RGB value is (21,84,32). Sum of RGB (Red+Green+Blue) = 21+84+32=137 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.33% from 137); Green value is 84 (33.20% from 255 or 61.31% from 137); Blue value is 32 (12.89% from 255 or 23.36% from 137); Max value from RGB is 84 - color contains mainly: green. Hex color #155420 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155420 is #EAABDF. Grayscale: #3B3B3B. Windows color (decimal): -15379424 or 2118677. OLE color: 2118677.

HSL color Cylindrical-coordinate representation of color #155420: hue angle of 130.48º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #155420 is Cyan = 0.75, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB218432-
CMYK0.7500.620.67
HSL130.48º60%20.59%-
HSV(B)130.48º75%32.94%-
XYZ3.746.62.44-
YUV59.24112.63100.73-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.33%
GREEN value IS 84 (33.20% from 255) = 61.31%
BLUE value IS 32 (12.89% from 255) = 23.36%
R=15.33%
G=61.31%
B=23.36%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2184320.7500.620.67130.486020.59
Hex1554204B03E43823c15
Octal25124401130761032027425
Binary1010110101001000001001011011111010000111000001011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155420; }

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

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

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

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

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

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

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

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