#155836

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

Shades of Crusoe #155836

Tints of Crusoe #155836

Color information

#155836 (or 0x155836) is unknown color: approx Crusoe. HEX triplet: 15, 58 and 36. RGB value is (21,88,54). Sum of RGB (Red+Green+Blue) = 21+88+54=163 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.88% from 163); Green value is 88 (34.77% from 255 or 53.99% from 163); Blue value is 54 (21.48% from 255 or 33.13% from 163); Max value from RGB is 88 - color contains mainly: green. Hex color #155836 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155836 is #EAA7C9. Grayscale: #404040. Windows color (decimal): -15378378 or 3561493. OLE color: 3561493.

HSL color Cylindrical-coordinate representation of color #155836: hue angle of 149.55º 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 #155836 is Cyan = 0.76, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.65.

Color convert

RGB218854-
CMYK0.7600.390.65
HSL149.55º61.47%21.37%-
HSV(B)149.55º76.14%34.51%-
XYZ4.467.414.68-
YUV64.09122.397.26-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.88%
GREEN value IS 88 (34.77% from 255) = 53.99%
BLUE value IS 54 (21.48% from 255) = 33.13%
R=12.88%
G=53.99%
B=33.13%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2188540.7600.390.65149.5561.4721.37
Hex1558364C02741963d15
Octal25130661140471012267525
Binary1010110110001101101001100010011110000011001011011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155836; }

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

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

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

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

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

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

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

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