#155934

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

Shades of Crusoe #155934

Tints of Crusoe #155934

Color information

#155934 (or 0x155934) is unknown color: approx Crusoe. HEX triplet: 15, 59 and 34. RGB value is (21,89,52). Sum of RGB (Red+Green+Blue) = 21+89+52=162 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.96% from 162); Green value is 89 (35.16% from 255 or 54.94% from 162); Blue value is 52 (20.70% from 255 or 32.10% from 162); Max value from RGB is 89 - color contains mainly: green. Hex color #155934 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155934 is #EAA6CB. Grayscale: #404040. Windows color (decimal): -15378124 or 3430677. OLE color: 3430677.

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

Color convert

RGB218952-
CMYK0.7600.420.65
HSL147.35º61.82%21.57%-
HSV(B)147.35º76.4%34.9%-
XYZ4.57.554.47-
YUV64.45120.9797.01-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.96%
GREEN value IS 89 (35.16% from 255) = 54.94%
BLUE value IS 52 (20.70% from 255) = 32.10%
R=12.96%
G=54.94%
B=32.10%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2189520.7600.420.65147.3561.8221.57
Hex1559344C02A41933e16
Octal25131641140521012237626
Binary1010110110011101001001100010101010000011001001111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155934; }

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

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

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

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

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

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

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

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