Html Css Color HEX #114822 Deep Fir

📋 copy color: '#114822'

red 17 ◦ green 72 ◦ blue 34

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

Shades of Deep Fir #114822

Tints of Deep Fir #114822

RGB

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

 GREEN value IS 72 (28.52% from 255) = 58.54%

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

R = 13.82%
G = 58.54%
B = 27.64%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.53

 K value IS 0.72

RGB Variations

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

Color information

#114822 (or 0x114822) is known color: Deep Fir. HEX triplet: 11, 48 and 22. RGB value is (17,72,34). Sum of RGB (Red+Green+Blue) = 17+72+34=123 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.82% from 123); Green value is 72 (28.52% from 255 or 58.54% from 123); Blue value is 34 (13.67% from 255 or 27.64% from 123); Max value from RGB is 72 - color contains mainly: green. Hex color #114822 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114822 is #EEB7DD. Grayscale: #333333. Windows color (decimal): -15644638 or 2246673. OLE color: 2246673.

HSL color Cylindrical-coordinate representation of color #114822: hue angle of 138.55º degrees, saturation: 0.62, 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 #114822 is Cyan = 0.76, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.72.

Color convert

RGB 17 72 34 -
CMYK 0.76 0 0.53 0.72
HSL 138.55º 0.62% 0.17% -
HSV(B) 138.55º 0.76% 0.28% -
XYZ 2.84 4.87 2.3 -
YUV 51.22 118.28 103.59 -
System Red Green Blue C M Y K H S L
Decimal 17 72 34 0.76 0 0.53 0.72 138.55 0.62 0.17
Hex 11 48 22 4C 0 35 48 8B 3E 11
Octal 21 110 42 114 0 65 110 213 76 21
Binary 10001 1001000 100010 1001100 0 110101 1001000 10001011 111110 10001

Color Harmonies of #114822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114822

Black with #114822

Text Example


Text Example

White with #114822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114822; }

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

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

background-color css

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

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

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

border-color css

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

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

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