#155424

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

Shades of Crusoe #155424

Tints of Crusoe #155424

Color information

#155424 (or 0x155424) is unknown color: approx Crusoe. HEX triplet: 15, 54 and 24. RGB value is (21,84,36). Sum of RGB (Red+Green+Blue) = 21+84+36=141 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.89% from 141); Green value is 84 (33.20% from 255 or 59.57% from 141); Blue value is 36 (14.45% from 255 or 25.53% from 141); Max value from RGB is 84 - color contains mainly: green. Hex color #155424 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155424 is #EAABDB. Grayscale: #3B3B3B. Windows color (decimal): -15379420 or 2380821. OLE color: 2380821.

HSL color Cylindrical-coordinate representation of color #155424: hue angle of 134.29º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #155424 is Cyan = 0.75, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.67.

Color convert

RGB218436-
CMYK0.7500.570.67
HSL134.29º60%20.59%-
HSV(B)134.29º75%32.94%-
XYZ3.86.632.75-
YUV59.69114.63100.4-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.89%
GREEN value IS 84 (33.20% from 255) = 59.57%
BLUE value IS 36 (14.45% from 255) = 25.53%
R=14.89%
G=59.57%
B=25.53%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2184360.7500.570.67134.296020.59
Hex1554244B03943863c15
Octal25124441130711032067425
Binary1010110101001001001001011011100110000111000011011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155424; }

 p { color: rgb(21,84,36); }

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

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

 a { background-color: rgb(21,84,36); }

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

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

 span { border-color: rgb(21,84,36); }

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