Html Css Color HEX #114922 Deep Fir

📋 copy color: '#114922'

red 17 ◦ green 73 ◦ blue 34

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

Shades of Deep Fir #114922

Tints of Deep Fir #114922

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 27.42%

R = 13.71%
G = 58.87%
B = 27.42%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.53

 K value IS 0.71

RGB Variations

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

Color information

#114922 (or 0x114922) is known color: Deep Fir. HEX triplet: 11, 49 and 22. RGB value is (17,73,34). Sum of RGB (Red+Green+Blue) = 17+73+34=124 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.71% from 124); Green value is 73 (28.91% from 255 or 58.87% from 124); Blue value is 34 (13.67% from 255 or 27.42% from 124); Max value from RGB is 73 - color contains mainly: green. Hex color #114922 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114922 is #EEB6DD. Grayscale: #333333. Windows color (decimal): -15644382 or 2246929. OLE color: 2246929.

HSL color Cylindrical-coordinate representation of color #114922: hue angle of 138.21º 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 #114922 is Cyan = 0.77, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.71.

Color convert

RGB 17 73 34 -
CMYK 0.77 0 0.53 0.71
HSL 138.21º 0.62% 0.18% -
HSV(B) 138.21º 0.77% 0.29% -
XYZ 2.9 5 2.33 -
YUV 51.81 117.95 103.17 -
System Red Green Blue C M Y K H S L
Decimal 17 73 34 0.77 0 0.53 0.71 138.21 0.62 0.18
Hex 11 49 22 4D 0 35 47 8A 3E 12
Octal 21 111 42 115 0 65 107 212 76 22
Binary 10001 1001001 100010 1001101 0 110101 1000111 10001010 111110 10010

Color Harmonies of #114922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114922

Black with #114922

Text Example


Text Example

White with #114922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114922; }

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

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

background-color css

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

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

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

border-color css

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

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

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