#155A30

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

Shades of Crusoe #155A30

Tints of Crusoe #155A30

Color information

#155A30 (or 0x155A30) is unknown color: approx Crusoe. HEX triplet: 15, 5A and 30. RGB value is (21,90,48). Sum of RGB (Red+Green+Blue) = 21+90+48=159 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.21% from 159); Green value is 90 (35.55% from 255 or 56.60% from 159); Blue value is 48 (19.14% from 255 or 30.19% from 159); Max value from RGB is 90 - color contains mainly: green. Hex color #155A30 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155A30 is #EAA5CF. Grayscale: #404040. Windows color (decimal): -15377872 or 3168789. OLE color: 3168789.

HSL color Cylindrical-coordinate representation of color #155A30: hue angle of 143.48º 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 #155A30 is Cyan = 0.77, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.65.

Color convert

RGB219048-
CMYK0.7700.470.65
HSL143.48º62.16%21.76%-
HSV(B)143.48º76.67%35.29%-
XYZ4.57.694.04-
YUV64.58118.6496.92-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.21%
GREEN value IS 90 (35.55% from 255) = 56.60%
BLUE value IS 48 (19.14% from 255) = 30.19%
R=13.21%
G=56.60%
B=30.19%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2190480.7700.470.65143.4862.1621.76
Hex155A304D02F418f3e16
Octal25132601150571012177626
Binary1010110110101100001001101010111110000011000111111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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