#155C20

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

Shades of Crusoe #155C20

Tints of Crusoe #155C20

Color information

#155C20 (or 0x155C20) is unknown color: approx Crusoe. HEX triplet: 15, 5C and 20. RGB value is (21,92,32). Sum of RGB (Red+Green+Blue) = 21+92+32=145 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.48% from 145); Green value is 92 (36.33% from 255 or 63.45% from 145); Blue value is 32 (12.89% from 255 or 22.07% from 145); Max value from RGB is 92 - color contains mainly: green. Hex color #155C20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155C20 is #EAA3DF. Grayscale: #404040. Windows color (decimal): -15377376 or 2120725. OLE color: 2120725.

HSL color Cylindrical-coordinate representation of color #155C20: hue angle of 129.3º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #155C20 is Cyan = 0.77, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.64.

Color convert

RGB219232-
CMYK0.7700.650.64
HSL129.3º62.83%22.16%-
HSV(B)129.3º77.17%36.08%-
XYZ4.47.922.66-
YUV63.93109.9897.38-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.48%
GREEN value IS 92 (36.33% from 255) = 63.45%
BLUE value IS 32 (12.89% from 255) = 22.07%
R=14.48%
G=63.45%
B=22.07%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2192320.7700.650.64129.362.8322.16
Hex155C204D04140813f16
Octal251344011501011002017726
Binary10101101110010000010011010100000110000001000000111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155C20; }

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

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

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

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

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

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

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

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