#15532F

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

Shades of Crusoe #15532F

Tints of Crusoe #15532F

Color information

#15532F (or 0x15532F) is unknown color: approx Crusoe. HEX triplet: 15, 53 and 2F. RGB value is (21,83,47). Sum of RGB (Red+Green+Blue) = 21+83+47=151 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.91% from 151); Green value is 83 (32.81% from 255 or 54.97% from 151); Blue value is 47 (18.75% from 255 or 31.13% from 151); Max value from RGB is 83 - color contains mainly: green. Hex color #15532F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15532F is #EAACD0. Grayscale: #3C3C3C. Windows color (decimal): -15379665 or 3101461. OLE color: 3101461.

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

Color convert

RGB218347-
CMYK0.7500.430.67
HSL145.16º59.62%20.39%-
HSV(B)145.16º74.7%32.55%-
XYZ3.926.553.75-
YUV60.36120.4699.93-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.91%
GREEN value IS 83 (32.81% from 255) = 54.97%
BLUE value IS 47 (18.75% from 255) = 31.13%
R=13.91%
G=54.97%
B=31.13%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2183470.7500.430.67145.1659.6220.39
Hex15532F4B02B43913c14
Octal25123571130531032217424
Binary1010110100111011111001011010101110000111001000111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15532F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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