#11711F

Color #11711F Camarone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camarone #11711F

Tints of Camarone #11711F

Color information

#11711F (or 0x11711F) is unknown color: approx Camarone. HEX triplet: 11, 71 and 1F. RGB value is (17,113,31). Sum of RGB (Red+Green+Blue) = 17+113+31=161 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.56% from 161); Green value is 113 (44.53% from 255 or 70.19% from 161); Blue value is 31 (12.5% from 255 or 19.25% from 161); Max value from RGB is 113 - color contains mainly: green. Hex color #11711F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11711F is #EE8EE0. Grayscale: #4B4B4B. Windows color (decimal): -15634145 or 2060561. OLE color: 2060561.

HSL color Cylindrical-coordinate representation of color #11711F: hue angle of 128.75º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #11711F is Cyan = 0.85, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB1711331-
CMYK0.8500.730.56
HSL128.75º73.85%25.49%-
HSV(B)128.75º84.96%44.31%-
XYZ6.3812.033.28-
YUV74.95103.286.67-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.56%
GREEN value IS 113 (44.53% from 255) = 70.19%
BLUE value IS 31 (12.5% from 255) = 19.25%
R=10.56%
G=70.19%
B=19.25%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal17113310.8500.730.56128.7573.8525.49
Hex11711F5504938814a19
Octal211613712501117020111231
Binary1000111100011111110101010100100111100010000001100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11711F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11711F; }

 p { color: rgb(17,113,31); }

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

<style>
 a { background-color: #11711F; }

 a { background-color: rgb(17,113,31); }

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

<style>
 span { border-color: #11711F; }

 span { border-color: rgb(17,113,31); }

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