Html Css Color HEX #114820 Deep Fir

📋 copy color: '#114820'

red 17 ◦ green 72 ◦ blue 32

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

Shades of Deep Fir #114820

Tints of Deep Fir #114820

RGB

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

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

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

R = 14.05%
G = 59.5%
B = 26.45%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#114820 (or 0x114820) is known color: Deep Fir. HEX triplet: 11, 48 and 20. RGB value is (17,72,32). Sum of RGB (Red+Green+Blue) = 17+72+32=121 (16% of max value = 765). Red value is 17 (7.03% from 255 or 14.05% from 121); Green value is 72 (28.52% from 255 or 59.50% from 121); Blue value is 32 (12.89% from 255 or 26.45% from 121); Max value from RGB is 72 - color contains mainly: green. Hex color #114820 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114820 is #EEB7DF. Grayscale: #333333. Windows color (decimal): -15644640 or 2115601. OLE color: 2115601.

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

Color convert

RGB 17 72 32 -
CMYK 0.76 0 0.56 0.72
HSL 136.36º 0.62% 0.17% -
HSV(B) 136.36º 0.76% 0.28% -
XYZ 2.81 4.86 2.16 -
YUV 51 117.28 103.75 -
System Red Green Blue C M Y K H S L
Decimal 17 72 32 0.76 0 0.56 0.72 136.36 0.62 0.17
Hex 11 48 20 4C 0 38 48 88 3E 11
Octal 21 110 40 114 0 70 110 210 76 21
Binary 10001 1001000 100000 1001100 0 111000 1001000 10001000 111110 10001

Color Harmonies of #114820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114820

Black with #114820

Text Example


Text Example

White with #114820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114820; }

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

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

background-color css

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

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

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

border-color css

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

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

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