Html Css Color HEX #116304 Green

📋 copy color: '#116304'

red 17 ◦ green 99 ◦ blue 4

#116304
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green #116304

Tints of Green #116304

RGB

 RED value IS 17 (7.03% from 255) = 14.17%

 GREEN value IS 99 (39.06% from 255) = 82.5%

 BLUE value IS 4 (1.95% from 255) = 3.33%

R = 14.17%
G = 82.5%
B = 3.33%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.96

 K value IS 0.61

RGB Variations

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

Color information

#116304 (or 0x116304) is known color: Green. HEX triplet: 11, 63 and 04. RGB value is (17,99,4). Sum of RGB (Red+Green+Blue) = 17+99+4=120 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.17% from 120); Green value is 99 (39.06% from 255 or 82.5% from 120); Blue value is 4 (1.95% from 255 or 3.33% from 120); Max value from RGB is 99 - color contains mainly: green. Hex color #116304 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116304 is #EE9CFB. Grayscale: #3F3F3F. Windows color (decimal): -15637756 or 287505. OLE color: 287505.

HSL color Cylindrical-coordinate representation of color #116304: hue angle of 111.79º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #116304 is Cyan = 0.83, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.61.

Color convert

RGB 17 99 4 -
CMYK 0.83 0 0.96 0.61
HSL 111.79º 0.92% 0.2% -
HSV(B) 111.79º 0.96% 0.39% -
XYZ 4.71 9.05 1.61 -
YUV 63.65 94.33 94.72 -
System Red Green Blue C M Y K H S L
Decimal 17 99 4 0.83 0 0.96 0.61 111.79 0.92 0.2
Hex 11 63 4 53 0 60 3D 70 5C 14
Octal 21 143 4 123 0 140 75 160 134 24
Binary 10001 1100011 100 1010011 0 1100000 111101 1110000 1011100 10100

Color Harmonies of #116304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116304

Black with #116304

Text Example


Text Example

White with #116304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116304; }

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

 H1.HeaderClassName
 {
   color: #116304;
 }
 .AnyTagClassName
 {
   color: #116304;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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