#15512C

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

Shades of Crusoe #15512C

Tints of Crusoe #15512C

Color information

#15512C (or 0x15512C) is unknown color: approx Crusoe. HEX triplet: 15, 51 and 2C. RGB value is (21,81,44). Sum of RGB (Red+Green+Blue) = 21+81+44=146 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.38% from 146); Green value is 81 (32.03% from 255 or 55.48% from 146); Blue value is 44 (17.58% from 255 or 30.14% from 146); Max value from RGB is 81 - color contains mainly: green. Hex color #15512C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15512C is #EAAED3. Grayscale: #3A3A3A. Windows color (decimal): -15380180 or 2904341. OLE color: 2904341.

HSL color Cylindrical-coordinate representation of color #15512C: hue angle of 143º 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 #15512C is Cyan = 0.74, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.68.

Color convert

RGB218144-
CMYK0.7400.460.68
HSL143º58.82%20%-
HSV(B)143º74.07%31.76%-
XYZ3.716.233.39-
YUV58.84119.62101.01-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.38%
GREEN value IS 81 (32.03% from 255) = 55.48%
BLUE value IS 44 (17.58% from 255) = 30.14%
R=14.38%
G=55.48%
B=30.14%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2181440.7400.460.6814358.8220
Hex15512C4A02E448f3b14
Octal25121541120561042177324
Binary1010110100011011001001010010111010001001000111111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15512C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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