#117B2B

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

Shades of Camarone #117B2B

Tints of Camarone #117B2B

Color information

#117B2B (or 0x117B2B) is unknown color: approx Camarone. HEX triplet: 11, 7B and 2B. RGB value is (17,123,43). Sum of RGB (Red+Green+Blue) = 17+123+43=183 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.29% from 183); Green value is 123 (48.44% from 255 or 67.21% from 183); Blue value is 43 (17.19% from 255 or 23.50% from 183); Max value from RGB is 123 - color contains mainly: green. Hex color #117B2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117B2B is #EE84D4. Grayscale: #525252. Windows color (decimal): -15631573 or 2849553. OLE color: 2849553.

HSL color Cylindrical-coordinate representation of color #117B2B: hue angle of 134.72º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #117B2B is Cyan = 0.86, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.52.

Color convert

RGB1712343-
CMYK0.8600.650.52
HSL134.72º75.71%27.45%-
HSV(B)134.72º86.18%48.24%-
XYZ7.7514.464.67-
YUV82.19105.8881.5-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.29%
GREEN value IS 123 (48.44% from 255) = 67.21%
BLUE value IS 43 (17.19% from 255) = 23.50%
R=9.29%
G=67.21%
B=23.50%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal17123430.8600.650.52134.7275.7127.45
Hex117B2B5604134874c1b
Octal211735312601016420711433
Binary10001111101110101110101100100000111010010000111100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117B2B; }

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

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

<style>
 a { background-color: #117B2B; }

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

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

<style>
 span { border-color: #117B2B; }

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

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