#155B2C

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

Shades of Crusoe #155B2C

Tints of Crusoe #155B2C

Color information

#155B2C (or 0x155B2C) is unknown color: approx Crusoe. HEX triplet: 15, 5B and 2C. RGB value is (21,91,44). Sum of RGB (Red+Green+Blue) = 21+91+44=156 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.46% from 156); Green value is 91 (35.94% from 255 or 58.33% from 156); Blue value is 44 (17.58% from 255 or 28.21% from 156); Max value from RGB is 91 - color contains mainly: green. Hex color #155B2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155B2C is #EAA4D3. Grayscale: #404040. Windows color (decimal): -15377620 or 2906901. OLE color: 2906901.

HSL color Cylindrical-coordinate representation of color #155B2C: hue angle of 139.71º degrees, saturation: 0.62, 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 #155B2C is Cyan = 0.77, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.64.

Color convert

RGB219144-
CMYK0.7700.520.64
HSL139.71º62.5%21.96%-
HSV(B)139.71º76.92%35.69%-
XYZ4.57.823.66-
YUV64.71116.3196.82-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.46%
GREEN value IS 91 (35.94% from 255) = 58.33%
BLUE value IS 44 (17.58% from 255) = 28.21%
R=13.46%
G=58.33%
B=28.21%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2191440.7700.520.64139.7162.521.96
Hex155B2C4D034408c3e16
Octal25133541150641002147626
Binary1010110110111011001001101011010010000001000110011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,91,44); }

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

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

 a { background-color: rgb(21,91,44); }

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

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

 span { border-color: rgb(21,91,44); }

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