#15532D

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

Shades of Crusoe #15532D

Tints of Crusoe #15532D

Color information

#15532D (or 0x15532D) is unknown color: approx Crusoe. HEX triplet: 15, 53 and 2D. RGB value is (21,83,45). Sum of RGB (Red+Green+Blue) = 21+83+45=149 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.09% from 149); Green value is 83 (32.81% from 255 or 55.70% from 149); Blue value is 45 (17.97% from 255 or 30.20% from 149); Max value from RGB is 83 - color contains mainly: green. Hex color #15532D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15532D is #EAACD2. Grayscale: #3C3C3C. Windows color (decimal): -15379667 or 2970389. OLE color: 2970389.

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

Color convert

RGB218345-
CMYK0.7500.460.67
HSL143.23º59.62%20.39%-
HSV(B)143.23º74.7%32.55%-
XYZ3.886.543.54-
YUV60.13119.46100.09-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.09%
GREEN value IS 83 (32.81% from 255) = 55.70%
BLUE value IS 45 (17.97% from 255) = 30.20%
R=14.09%
G=55.70%
B=30.20%

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
Decimal2183450.7500.460.67143.2359.6220.39
Hex15532D4B02E438f3c14
Octal25123551130561032177424
Binary1010110100111011011001011010111010000111000111111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15532D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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