#117A2B

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

Shades of Camarone #117A2B

Tints of Camarone #117A2B

Color information

#117A2B (or 0x117A2B) is unknown color: approx Camarone. HEX triplet: 11, 7A and 2B. RGB value is (17,122,43). Sum of RGB (Red+Green+Blue) = 17+122+43=182 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.34% from 182); Green value is 122 (48.05% from 255 or 67.03% from 182); Blue value is 43 (17.19% from 255 or 23.63% from 182); Max value from RGB is 122 - color contains mainly: green. Hex color #117A2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117A2B is #EE85D4. Grayscale: #515151. Windows color (decimal): -15631829 or 2849297. OLE color: 2849297.

HSL color Cylindrical-coordinate representation of color #117A2B: hue angle of 134.86º 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 #117A2B is Cyan = 0.86, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.52.

Color convert

RGB1712243-
CMYK0.8600.650.52
HSL134.86º75.54%27.25%-
HSV(B)134.86º86.07%47.84%-
XYZ7.6314.214.63-
YUV81.6106.2181.92-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.34%
GREEN value IS 122 (48.05% from 255) = 67.03%
BLUE value IS 43 (17.19% from 255) = 23.63%
R=9.34%
G=67.03%
B=23.63%

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
Decimal17122430.8600.650.52134.8675.5427.25
Hex117A2B5604134874c1b
Octal211725312601016420711433
Binary10001111101010101110101100100000111010010000111100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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