#117204

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

Shades of Green #117204

Tints of Green #117204

Color information

#117204 (or 0x117204) is unknown color: approx Green. HEX triplet: 11, 72 and 04. RGB value is (17,114,4). Sum of RGB (Red+Green+Blue) = 17+114+4=135 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.59% from 135); Green value is 114 (44.92% from 255 or 84.44% from 135); Blue value is 4 (1.95% from 255 or 2.96% from 135); Max value from RGB is 114 - color contains mainly: green. Hex color #117204 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #117204 is #EE8DFB. Grayscale: #484848. Windows color (decimal): -15633916 or 291345. OLE color: 291345.

HSL color Cylindrical-coordinate representation of color #117204: hue angle of 112.91º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #117204 is Cyan = 0.85, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB171144-
CMYK0.8500.960.55
HSL112.91º93.22%23.14%-
HSV(B)112.91º96.49%44.71%-
XYZ6.2712.162.13-
YUV72.4689.3688.44-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.59%
GREEN value IS 114 (44.92% from 255) = 84.44%
BLUE value IS 4 (1.95% from 255) = 2.96%
R=12.59%
G=84.44%
B=2.96%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1711440.8500.960.55112.9193.2223.14
Hex117245506037715d17
Octal21162412501406716113527
Binary1000111100101001010101011000001101111110001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117204; }

 p { color: rgb(17,114,4); }

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

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

 a { background-color: rgb(17,114,4); }

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

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

 span { border-color: rgb(17,114,4); }

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