#11512A

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

Shades of Crusoe #11512A

Tints of Crusoe #11512A

Color information

#11512A (or 0x11512A) is unknown color: approx Crusoe. HEX triplet: 11, 51 and 2A. RGB value is (17,81,42). Sum of RGB (Red+Green+Blue) = 17+81+42=140 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.14% from 140); Green value is 81 (32.03% from 255 or 57.86% from 140); Blue value is 42 (16.80% from 255 or 30% from 140); Max value from RGB is 81 - color contains mainly: green. Hex color #11512A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11512A is #EEAED5. Grayscale: #393939. Windows color (decimal): -15642326 or 2773265. OLE color: 2773265.

HSL color Cylindrical-coordinate representation of color #11512A: hue angle of 143.44º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #11512A is Cyan = 0.79, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.68.

Color convert

RGB178142-
CMYK0.7900.480.68
HSL143.44º65.31%19.22%-
HSV(B)143.44º79.01%31.76%-
XYZ3.596.173.19-
YUV57.42119.399.17-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.14%
GREEN value IS 81 (32.03% from 255) = 57.86%
BLUE value IS 42 (16.80% from 255) = 30%
R=12.14%
G=57.86%
B=30%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1781420.7900.480.68143.4465.3119.22
Hex11512A4F030448f4113
Octal211215211706010421710123
Binary10001101000110101010011110110000100010010001111100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11512A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11512A; }

 p { color: rgb(17,81,42); }

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

<style>
 a { background-color: #11512A; }

 a { background-color: rgb(17,81,42); }

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

<style>
 span { border-color: #11512A; }

 span { border-color: rgb(17,81,42); }

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