Html Css Color HEX #114920 Deep Fir

📋 copy color: '#114920'

red 17 ◦ green 73 ◦ blue 32

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

Shades of Deep Fir #114920

Tints of Deep Fir #114920

RGB

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

 GREEN value IS 73 (28.91% from 255) = 59.84%

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

R = 13.93%
G = 59.84%
B = 26.23%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.56

 K value IS 0.71

RGB Variations

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

Color information

#114920 (or 0x114920) is known color: Deep Fir. HEX triplet: 11, 49 and 20. RGB value is (17,73,32). Sum of RGB (Red+Green+Blue) = 17+73+32=122 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.93% from 122); Green value is 73 (28.91% from 255 or 59.84% from 122); Blue value is 32 (12.89% from 255 or 26.23% from 122); Max value from RGB is 73 - color contains mainly: green. Hex color #114920 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114920 is #EEB6DF. Grayscale: #333333. Windows color (decimal): -15644384 or 2115857. OLE color: 2115857.

HSL color Cylindrical-coordinate representation of color #114920: hue angle of 136.07º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #114920 is Cyan = 0.77, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.71.

Color convert

RGB 17 73 32 -
CMYK 0.77 0 0.56 0.71
HSL 136.07º 0.62% 0.18% -
HSV(B) 136.07º 0.77% 0.29% -
XYZ 2.87 4.99 2.18 -
YUV 51.58 116.95 103.33 -
System Red Green Blue C M Y K H S L
Decimal 17 73 32 0.77 0 0.56 0.71 136.07 0.62 0.18
Hex 11 49 20 4D 0 38 47 88 3E 12
Octal 21 111 40 115 0 70 107 210 76 22
Binary 10001 1001001 100000 1001101 0 111000 1000111 10001000 111110 10010

Color Harmonies of #114920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114920

Black with #114920

Text Example


Text Example

White with #114920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114920; }

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

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

background-color css

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

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

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

border-color css

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

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

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