Html Css Color HEX #114D20 Deep Fir

📋 copy color: '#114D20'

red 17 ◦ green 77 ◦ blue 32

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

Shades of Deep Fir #114D20

Tints of Deep Fir #114D20

RGB

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

 GREEN value IS 77 (30.47% from 255) = 61.11%

 BLUE value IS 32 (12.89% from 255) = 25.4%

R = 13.49%
G = 61.11%
B = 25.4%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.58

 K value IS 0.70

RGB Variations

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

Color information

#114D20 (or 0x114D20) is known color: Deep Fir. HEX triplet: 11, 4D and 20. RGB value is (17,77,32). Sum of RGB (Red+Green+Blue) = 17+77+32=126 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.49% from 126); Green value is 77 (30.47% from 255 or 61.11% from 126); Blue value is 32 (12.89% from 255 or 25.40% from 126); Max value from RGB is 77 - color contains mainly: green. Hex color #114D20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #114D20 is #EEB2DF. Grayscale: #363636. Windows color (decimal): -15643360 or 2116881. OLE color: 2116881.

HSL color Cylindrical-coordinate representation of color #114D20: hue angle of 135º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #114D20 is Cyan = 0.78, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.70.

Color convert

RGB 17 77 32 -
CMYK 0.78 0 0.58 0.70
HSL 135º 0.64% 0.18% -
HSV(B) 135º 0.78% 0.3% -
XYZ 3.15 5.53 2.27 -
YUV 53.93 115.62 101.66 -
System Red Green Blue C M Y K H S L
Decimal 17 77 32 0.78 0 0.58 0.70 135 0.64 0.18
Hex 11 4D 20 4E 0 3A 46 87 40 12
Octal 21 115 40 116 0 72 106 207 100 22
Binary 10001 1001101 100000 1001110 0 111010 1000110 10000111 1000000 10010

Color Harmonies of #114D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114D20

Black with #114D20

Text Example


Text Example

White with #114D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114D20; }

 p { color: rgb(17,77,32); }

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

background-color css

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

 a { background-color: rgb(17,77,32); }

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

border-color css

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

 span { border-color: rgb(17,77,32); }

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