#117B2A

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

Shades of Camarone #117B2A

Tints of Camarone #117B2A

Color information

#117B2A (or 0x117B2A) is unknown color: approx Camarone. HEX triplet: 11, 7B and 2A. RGB value is (17,123,42). Sum of RGB (Red+Green+Blue) = 17+123+42=182 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.34% from 182); Green value is 123 (48.44% from 255 or 67.58% from 182); Blue value is 42 (16.80% from 255 or 23.08% from 182); Max value from RGB is 123 - color contains mainly: green. Hex color #117B2A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117B2A is #EE84D5. Grayscale: #525252. Windows color (decimal): -15631574 or 2784017. OLE color: 2784017.

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

Color convert

RGB1712342-
CMYK0.8600.660.52
HSL134.15º75.71%27.45%-
HSV(B)134.15º86.18%48.24%-
XYZ7.7314.454.57-
YUV82.07105.3881.59-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.34%
GREEN value IS 123 (48.44% from 255) = 67.58%
BLUE value IS 42 (16.80% from 255) = 23.08%
R=9.34%
G=67.58%
B=23.08%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal17123420.8600.660.52134.1575.7127.45
Hex117B2A5604234864c1b
Octal211735212601026420611433
Binary10001111101110101010101100100001011010010000110100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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