Html Css Color HEX #114220 Deep Fir

📋 copy color: '#114220'

red 17 ◦ green 66 ◦ blue 32

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

Shades of Deep Fir #114220

Tints of Deep Fir #114220

RGB

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

 GREEN value IS 66 (26.17% from 255) = 57.39%

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

R = 14.78%
G = 57.39%
B = 27.83%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.52

 K value IS 0.74

RGB Variations

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

Color information

#114220 (or 0x114220) is known color: Deep Fir. HEX triplet: 11, 42 and 20. RGB value is (17,66,32). Sum of RGB (Red+Green+Blue) = 17+66+32=115 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.78% from 115); Green value is 66 (26.17% from 255 or 57.39% from 115); Blue value is 32 (12.89% from 255 or 27.83% from 115); Max value from RGB is 66 - color contains mainly: green. Hex color #114220 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114220 is #EEBDDF. Grayscale: #2F2F2F. Windows color (decimal): -15646176 or 2114065. OLE color: 2114065.

HSL color Cylindrical-coordinate representation of color #114220: hue angle of 138.37º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #114220 is Cyan = 0.74, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.74.

Color convert

RGB 17 66 32 -
CMYK 0.74 0 0.52 0.74
HSL 138.37º 0.59% 0.16% -
HSV(B) 138.37º 0.74% 0.26% -
XYZ 2.44 4.12 2.03 -
YUV 47.47 119.27 106.26 -
System Red Green Blue C M Y K H S L
Decimal 17 66 32 0.74 0 0.52 0.74 138.37 0.59 0.16
Hex 11 42 20 4A 0 34 4A 8A 3B 10
Octal 21 102 40 112 0 64 112 212 73 20
Binary 10001 1000010 100000 1001010 0 110100 1001010 10001010 111011 10000

Color Harmonies of #114220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114220

Black with #114220

Text Example


Text Example

White with #114220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114220; }

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

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

background-color css

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

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

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

border-color css

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

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

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