#15512D

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

Shades of Crusoe #15512D

Tints of Crusoe #15512D

Color information

#15512D (or 0x15512D) is unknown color: approx Crusoe. HEX triplet: 15, 51 and 2D. RGB value is (21,81,45). Sum of RGB (Red+Green+Blue) = 21+81+45=147 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.29% from 147); Green value is 81 (32.03% from 255 or 55.10% from 147); Blue value is 45 (17.97% from 255 or 30.61% from 147); Max value from RGB is 81 - color contains mainly: green. Hex color #15512D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15512D is #EAAED2. Grayscale: #3B3B3B. Windows color (decimal): -15380179 or 2969877. OLE color: 2969877.

HSL color Cylindrical-coordinate representation of color #15512D: hue angle of 144º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #15512D is Cyan = 0.74, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.68.

Color convert

RGB218145-
CMYK0.7400.440.68
HSL144º58.82%20%-
HSV(B)144º74.07%31.76%-
XYZ3.736.233.49-
YUV58.96120.12100.93-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.29%
GREEN value IS 81 (32.03% from 255) = 55.10%
BLUE value IS 45 (17.97% from 255) = 30.61%
R=14.29%
G=55.10%
B=30.61%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2181450.7400.440.6814458.8220
Hex15512D4A02C44903b14
Octal25121551120541042207324
Binary1010110100011011011001010010110010001001001000011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15512D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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