#117B2C

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

Shades of Camarone #117B2C

Tints of Camarone #117B2C

Color information

#117B2C (or 0x117B2C) is unknown color: approx Camarone. HEX triplet: 11, 7B and 2C. RGB value is (17,123,44). Sum of RGB (Red+Green+Blue) = 17+123+44=184 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.24% from 184); Green value is 123 (48.44% from 255 or 66.85% from 184); Blue value is 44 (17.58% from 255 or 23.91% from 184); Max value from RGB is 123 - color contains mainly: green. Hex color #117B2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117B2C is #EE84D3. Grayscale: #525252. Windows color (decimal): -15631572 or 2915089. OLE color: 2915089.

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

Color convert

RGB1712344-
CMYK0.8600.640.52
HSL135.28º75.71%27.45%-
HSV(B)135.28º86.18%48.24%-
XYZ7.7714.474.77-
YUV82.3106.3881.42-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.24%
GREEN value IS 123 (48.44% from 255) = 66.85%
BLUE value IS 44 (17.58% from 255) = 23.91%
R=9.24%
G=66.85%
B=23.91%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal17123440.8600.640.52135.2875.7127.45
Hex117B2C5604034874c1b
Octal211735412601006420711433
Binary10001111101110110010101100100000011010010000111100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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