#117935

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

Shades of Camarone #117935

Tints of Camarone #117935

Color information

#117935 (or 0x117935) is unknown color: approx Camarone. HEX triplet: 11, 79 and 35. RGB value is (17,121,53). Sum of RGB (Red+Green+Blue) = 17+121+53=191 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.90% from 191); Green value is 121 (47.66% from 255 or 63.35% from 191); Blue value is 53 (21.09% from 255 or 27.75% from 191); Max value from RGB is 121 - color contains mainly: green. Hex color #117935 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117935 is #EE86CA. Grayscale: #525252. Windows color (decimal): -15632075 or 3504401. OLE color: 3504401.

HSL color Cylindrical-coordinate representation of color #117935: hue angle of 140.77º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #117935 is Cyan = 0.86, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.53.

Color convert

RGB1712153-
CMYK0.8600.560.53
HSL140.77º75.36%27.06%-
HSV(B)140.77º85.95%47.45%-
XYZ7.7114.055.67-
YUV82.15111.5481.53-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.90%
GREEN value IS 121 (47.66% from 255) = 63.35%
BLUE value IS 53 (21.09% from 255) = 27.75%
R=8.90%
G=63.35%
B=27.75%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal17121530.8600.560.53140.7775.3627.06
Hex11793556038358d4b1b
Octal21171651260706521511333
Binary1000111110011101011010110011100011010110001101100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117935; }

 p { color: rgb(17,121,53); }

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

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

 a { background-color: rgb(17,121,53); }

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

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

 span { border-color: rgb(17,121,53); }

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