#155A33

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

Shades of Crusoe #155A33

Tints of Crusoe #155A33

Color information

#155A33 (or 0x155A33) is unknown color: approx Crusoe. HEX triplet: 15, 5A and 33. RGB value is (21,90,51). Sum of RGB (Red+Green+Blue) = 21+90+51=162 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.96% from 162); Green value is 90 (35.55% from 255 or 55.56% from 162); Blue value is 51 (20.31% from 255 or 31.48% from 162); Max value from RGB is 90 - color contains mainly: green. Hex color #155A33 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155A33 is #EAA5CC. Grayscale: #414141. Windows color (decimal): -15377869 or 3365397. OLE color: 3365397.

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

Color convert

RGB219051-
CMYK0.7700.430.65
HSL146.09º62.16%21.76%-
HSV(B)146.09º76.67%35.29%-
XYZ4.567.714.38-
YUV64.92120.1496.67-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.96%
GREEN value IS 90 (35.55% from 255) = 55.56%
BLUE value IS 51 (20.31% from 255) = 31.48%
R=12.96%
G=55.56%
B=31.48%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2190510.7700.430.65146.0962.1621.76
Hex155A334D02B41923e16
Octal25132631150531012227626
Binary1010110110101100111001101010101110000011001001011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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