#15532E

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

Shades of Crusoe #15532E

Tints of Crusoe #15532E

Color information

#15532E (or 0x15532E) is unknown color: approx Crusoe. HEX triplet: 15, 53 and 2E. RGB value is (21,83,46). Sum of RGB (Red+Green+Blue) = 21+83+46=150 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14% from 150); Green value is 83 (32.81% from 255 or 55.33% from 150); Blue value is 46 (18.36% from 255 or 30.67% from 150); Max value from RGB is 83 - color contains mainly: green. Hex color #15532E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15532E is #EAACD1. Grayscale: #3C3C3C. Windows color (decimal): -15379666 or 3035925. OLE color: 3035925.

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

Color convert

RGB218346-
CMYK0.7500.450.67
HSL144.19º59.62%20.39%-
HSV(B)144.19º74.7%32.55%-
XYZ3.96.543.64-
YUV60.24119.96100.01-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14%
GREEN value IS 83 (32.81% from 255) = 55.33%
BLUE value IS 46 (18.36% from 255) = 30.67%
R=14%
G=55.33%
B=30.67%

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
Decimal2183460.7500.450.67144.1959.6220.39
Hex15532E4B02D43903c14
Octal25123561130551032207424
Binary1010110100111011101001011010110110000111001000011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15532E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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