#155B30

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

Shades of Crusoe #155B30

Tints of Crusoe #155B30

Color information

#155B30 (or 0x155B30) is unknown color: approx Crusoe. HEX triplet: 15, 5B and 30. RGB value is (21,91,48). Sum of RGB (Red+Green+Blue) = 21+91+48=160 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.12% from 160); Green value is 91 (35.94% from 255 or 56.88% from 160); Blue value is 48 (19.14% from 255 or 30% from 160); Max value from RGB is 91 - color contains mainly: green. Hex color #155B30 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155B30 is #EAA4CF. Grayscale: #414141. Windows color (decimal): -15377616 or 3169045. OLE color: 3169045.

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

Color convert

RGB219148-
CMYK0.7700.470.64
HSL143.14º62.5%21.96%-
HSV(B)143.14º76.92%35.69%-
XYZ4.587.864.07-
YUV65.17118.3196.5-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.12%
GREEN value IS 91 (35.94% from 255) = 56.88%
BLUE value IS 48 (19.14% from 255) = 30%
R=13.12%
G=56.88%
B=30%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2191480.7700.470.64143.1462.521.96
Hex155B304D02F408f3e16
Octal25133601150571002177626
Binary1010110110111100001001101010111110000001000111111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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