#155936

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

Shades of Crusoe #155936

Tints of Crusoe #155936

Color information

#155936 (or 0x155936) is unknown color: approx Crusoe. HEX triplet: 15, 59 and 36. RGB value is (21,89,54). Sum of RGB (Red+Green+Blue) = 21+89+54=164 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.80% from 164); Green value is 89 (35.16% from 255 or 54.27% from 164); Blue value is 54 (21.48% from 255 or 32.93% from 164); Max value from RGB is 89 - color contains mainly: green. Hex color #155936 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155936 is #EAA6C9. Grayscale: #404040. Windows color (decimal): -15378122 or 3561749. OLE color: 3561749.

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

Color convert

RGB218954-
CMYK0.7600.390.65
HSL149.12º61.82%21.57%-
HSV(B)149.12º76.4%34.9%-
XYZ4.557.574.71-
YUV64.68121.9796.85-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.80%
GREEN value IS 89 (35.16% from 255) = 54.27%
BLUE value IS 54 (21.48% from 255) = 32.93%
R=12.80%
G=54.27%
B=32.93%

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
Decimal2189540.7600.390.65149.1261.8221.57
Hex1559364C02741953e16
Octal25131661140471012257626
Binary1010110110011101101001100010011110000011001010111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155936; }

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

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

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

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

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

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

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

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