Html Css Color HEX #114120 Deep Fir

📋 copy color: '#114120'

red 17 ◦ green 65 ◦ blue 32

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

Shades of Deep Fir #114120

Tints of Deep Fir #114120

RGB

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

 GREEN value IS 65 (25.78% from 255) = 57.02%

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

R = 14.91%
G = 57.02%
B = 28.07%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.51

 K value IS 0.75

RGB Variations

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

Color information

#114120 (or 0x114120) is known color: Deep Fir. HEX triplet: 11, 41 and 20. RGB value is (17,65,32). Sum of RGB (Red+Green+Blue) = 17+65+32=114 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.91% from 114); Green value is 65 (25.78% from 255 or 57.02% from 114); Blue value is 32 (12.89% from 255 or 28.07% from 114); Max value from RGB is 65 - color contains mainly: green. Hex color #114120 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114120 is #EEBEDF. Grayscale: #2E2E2E. Windows color (decimal): -15646432 or 2113809. OLE color: 2113809.

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

Color convert

RGB 17 65 32 -
CMYK 0.74 0 0.51 0.75
HSL 138.75º 0.59% 0.16% -
HSV(B) 138.75º 0.74% 0.25% -
XYZ 2.38 4 2.01 -
YUV 46.89 119.6 106.68 -
System Red Green Blue C M Y K H S L
Decimal 17 65 32 0.74 0 0.51 0.75 138.75 0.59 0.16
Hex 11 41 20 4A 0 33 4B 8B 3B 10
Octal 21 101 40 112 0 63 113 213 73 20
Binary 10001 1000001 100000 1001010 0 110011 1001011 10001011 111011 10000

Color Harmonies of #114120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114120

Black with #114120

Text Example


Text Example

White with #114120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114120; }

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

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

background-color css

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

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

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

border-color css

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

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

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