#15542E

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

Shades of Crusoe #15542E

Tints of Crusoe #15542E

Color information

#15542E (or 0x15542E) is unknown color: approx Crusoe. HEX triplet: 15, 54 and 2E. RGB value is (21,84,46). Sum of RGB (Red+Green+Blue) = 21+84+46=151 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.91% from 151); Green value is 84 (33.20% from 255 or 55.63% from 151); Blue value is 46 (18.36% from 255 or 30.46% from 151); Max value from RGB is 84 - color contains mainly: green. Hex color #15542E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15542E is #EAABD1. Grayscale: #3C3C3C. Windows color (decimal): -15379410 or 3036181. OLE color: 3036181.

HSL color Cylindrical-coordinate representation of color #15542E: hue angle of 143.81º 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 #15542E is Cyan = 0.75, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB218446-
CMYK0.7500.450.67
HSL143.81º60%20.59%-
HSV(B)143.81º75%32.94%-
XYZ3.976.73.67-
YUV60.83119.6399.59-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.91%
GREEN value IS 84 (33.20% from 255) = 55.63%
BLUE value IS 46 (18.36% from 255) = 30.46%
R=13.91%
G=55.63%
B=30.46%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2184460.7500.450.67143.816020.59
Hex15542E4B02D43903c15
Octal25124561130551032207425
Binary1010110101001011101001011010110110000111001000011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15542E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15542E; }

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

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

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

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

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

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

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

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