#15542D

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

Shades of Crusoe #15542D

Tints of Crusoe #15542D

Color information

#15542D (or 0x15542D) is unknown color: approx Crusoe. HEX triplet: 15, 54 and 2D. RGB value is (21,84,45). Sum of RGB (Red+Green+Blue) = 21+84+45=150 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14% from 150); Green value is 84 (33.20% from 255 or 56% from 150); Blue value is 45 (17.97% from 255 or 30% from 150); Max value from RGB is 84 - color contains mainly: green. Hex color #15542D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15542D is #EAABD2. Grayscale: #3C3C3C. Windows color (decimal): -15379411 or 2970645. OLE color: 2970645.

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

Color convert

RGB218445-
CMYK0.7500.460.67
HSL142.86º60%20.59%-
HSV(B)142.86º75%32.94%-
XYZ3.956.693.57-
YUV60.72119.1399.67-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14%
GREEN value IS 84 (33.20% from 255) = 56%
BLUE value IS 45 (17.97% from 255) = 30%
R=14%
G=56%
B=30%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2184450.7500.460.67142.866020.59
Hex15542D4B02E438f3c15
Octal25124551130561032177425
Binary1010110101001011011001011010111010000111000111111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15542D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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