#11511E

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

Shades of Crusoe #11511E

Tints of Crusoe #11511E

Color information

#11511E (or 0x11511E) is unknown color: approx Crusoe. HEX triplet: 11, 51 and 1E. RGB value is (17,81,30). Sum of RGB (Red+Green+Blue) = 17+81+30=128 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.28% from 128); Green value is 81 (32.03% from 255 or 63.28% from 128); Blue value is 30 (12.11% from 255 or 23.44% from 128); Max value from RGB is 81 - color contains mainly: green. Hex color #11511E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11511E is #EEAEE1. Grayscale: #383838. Windows color (decimal): -15642338 or 1986833. OLE color: 1986833.

HSL color Cylindrical-coordinate representation of color #11511E: hue angle of 132.19º 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 #11511E is Cyan = 0.79, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.68.

Color convert

RGB178130-
CMYK0.7900.630.68
HSL132.19º65.31%19.22%-
HSV(B)132.19º79.01%31.76%-
XYZ3.416.12.23-
YUV56.05113.3100.15-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.28%
GREEN value IS 81 (32.03% from 255) = 63.28%
BLUE value IS 30 (12.11% from 255) = 23.44%
R=13.28%
G=63.28%
B=23.44%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1781300.7900.630.68132.1965.3119.22
Hex11511E4F03F44844113
Octal211213611707710420410123
Binary1000110100011111010011110111111100010010000100100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11511E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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