Html Css Color HEX #114722 Deep Fir

📋 copy color: '#114722'

red 17 ◦ green 71 ◦ blue 34

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

Shades of Deep Fir #114722

Tints of Deep Fir #114722

RGB

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

 GREEN value IS 71 (28.13% from 255) = 58.2%

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

R = 13.93%
G = 58.2%
B = 27.87%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.52

 K value IS 0.72

RGB Variations

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

Color information

#114722 (or 0x114722) is known color: Deep Fir. HEX triplet: 11, 47 and 22. RGB value is (17,71,34). Sum of RGB (Red+Green+Blue) = 17+71+34=122 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.93% from 122); Green value is 71 (28.12% from 255 or 58.20% from 122); Blue value is 34 (13.67% from 255 or 27.87% from 122); Max value from RGB is 71 - color contains mainly: green. Hex color #114722 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114722 is #EEB8DD. Grayscale: #323232. Windows color (decimal): -15644894 or 2246417. OLE color: 2246417.

HSL color Cylindrical-coordinate representation of color #114722: hue angle of 138.89º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #114722 is Cyan = 0.76, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.72.

Color convert

RGB 17 71 34 -
CMYK 0.76 0 0.52 0.72
HSL 138.89º 0.61% 0.17% -
HSV(B) 138.89º 0.76% 0.28% -
XYZ 2.77 4.74 2.28 -
YUV 50.64 118.61 104.01 -
System Red Green Blue C M Y K H S L
Decimal 17 71 34 0.76 0 0.52 0.72 138.89 0.61 0.17
Hex 11 47 22 4C 0 34 48 8B 3D 11
Octal 21 107 42 114 0 64 110 213 75 21
Binary 10001 1000111 100010 1001100 0 110100 1001000 10001011 111101 10001

Color Harmonies of #114722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114722

Black with #114722

Text Example


Text Example

White with #114722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114722; }

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

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

background-color css

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

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

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

border-color css

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

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

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