#11511C

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

Shades of Crusoe #11511C

Tints of Crusoe #11511C

Color information

#11511C (or 0x11511C) is unknown color: approx Crusoe. HEX triplet: 11, 51 and 1C. RGB value is (17,81,28). Sum of RGB (Red+Green+Blue) = 17+81+28=126 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.49% from 126); Green value is 81 (32.03% from 255 or 64.29% from 126); Blue value is 28 (11.33% from 255 or 22.22% from 126); Max value from RGB is 81 - color contains mainly: green. Hex color #11511C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11511C is #EEAEE3. Grayscale: #373737. Windows color (decimal): -15642340 or 1855761. OLE color: 1855761.

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

Color convert

RGB178128-
CMYK0.7900.650.68
HSL130.31º65.31%19.22%-
HSV(B)130.31º79.01%31.76%-
XYZ3.386.092.1-
YUV55.82112.3100.31-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.49%
GREEN value IS 81 (32.03% from 255) = 64.29%
BLUE value IS 28 (11.33% from 255) = 22.22%
R=13.49%
G=64.29%
B=22.22%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1781280.7900.650.68130.3165.3119.22
Hex11511C4F04144824113
Octal2112134117010110420210123
Binary10001101000111100100111101000001100010010000010100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11511C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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