#15542F

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

Shades of Crusoe #15542F

Tints of Crusoe #15542F

Color information

#15542F (or 0x15542F) is unknown color: approx Crusoe. HEX triplet: 15, 54 and 2F. RGB value is (21,84,47). Sum of RGB (Red+Green+Blue) = 21+84+47=152 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.82% from 152); Green value is 84 (33.20% from 255 or 55.26% from 152); Blue value is 47 (18.75% from 255 or 30.92% from 152); Max value from RGB is 84 - color contains mainly: green. Hex color #15542F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15542F is #EAABD0. Grayscale: #3D3D3D. Windows color (decimal): -15379409 or 3101717. OLE color: 3101717.

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

Color convert

RGB218447-
CMYK0.7500.440.67
HSL144.76º60%20.59%-
HSV(B)144.76º75%32.94%-
XYZ3.996.713.77-
YUV60.95120.1399.51-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.82%
GREEN value IS 84 (33.20% from 255) = 55.26%
BLUE value IS 47 (18.75% from 255) = 30.92%
R=13.82%
G=55.26%
B=30.92%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2184470.7500.440.67144.766020.59
Hex15542F4B02C43913c15
Octal25124571130541032217425
Binary1010110101001011111001011010110010000111001000111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15542F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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