#155933

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

Shades of Crusoe #155933

Tints of Crusoe #155933

Color information

#155933 (or 0x155933) is unknown color: approx Crusoe. HEX triplet: 15, 59 and 33. RGB value is (21,89,51). Sum of RGB (Red+Green+Blue) = 21+89+51=161 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.04% from 161); Green value is 89 (35.16% from 255 or 55.28% from 161); Blue value is 51 (20.31% from 255 or 31.68% from 161); Max value from RGB is 89 - color contains mainly: green. Hex color #155933 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155933 is #EAA6CC. Grayscale: #404040. Windows color (decimal): -15378125 or 3365141. OLE color: 3365141.

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

Color convert

RGB218951-
CMYK0.7600.430.65
HSL146.47º61.82%21.57%-
HSV(B)146.47º76.4%34.9%-
XYZ4.487.544.35-
YUV64.34120.4797.09-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.04%
GREEN value IS 89 (35.16% from 255) = 55.28%
BLUE value IS 51 (20.31% from 255) = 31.68%
R=13.04%
G=55.28%
B=31.68%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2189510.7600.430.65146.4761.8221.57
Hex1559334C02B41923e16
Octal25131631140531012227626
Binary1010110110011100111001100010101110000011001001011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155933; }

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

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

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

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

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

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

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

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