#11742B

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

Shades of Camarone #11742B

Tints of Camarone #11742B

Color information

#11742B (or 0x11742B) is unknown color: approx Camarone. HEX triplet: 11, 74 and 2B. RGB value is (17,116,43). Sum of RGB (Red+Green+Blue) = 17+116+43=176 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.66% from 176); Green value is 116 (45.70% from 255 or 65.91% from 176); Blue value is 43 (17.19% from 255 or 24.43% from 176); Max value from RGB is 116 - color contains mainly: green. Hex color #11742B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11742B is #EE8BD4. Grayscale: #4E4E4E. Windows color (decimal): -15633365 or 2847761. OLE color: 2847761.

HSL color Cylindrical-coordinate representation of color #11742B: hue angle of 135.76º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #11742B is Cyan = 0.85, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB1711643-
CMYK0.8500.630.55
HSL135.76º74.44%26.08%-
HSV(B)135.76º85.34%45.49%-
XYZ6.9112.784.39-
YUV78.08108.284.44-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.66%
GREEN value IS 116 (45.70% from 255) = 65.91%
BLUE value IS 43 (17.19% from 255) = 24.43%
R=9.66%
G=65.91%
B=24.43%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal17116430.8500.630.55135.7674.4426.08
Hex11742B5503F37884a1a
Octal21164531250776721011232
Binary1000111101001010111010101011111111011110001000100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11742B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11742B; }

 p { color: rgb(17,116,43); }

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

<style>
 a { background-color: #11742B; }

 a { background-color: rgb(17,116,43); }

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

<style>
 span { border-color: #11742B; }

 span { border-color: rgb(17,116,43); }

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