Html Css Color HEX #114219 Deep Fir

📋 copy color: '#114219'

red 17 ◦ green 66 ◦ blue 25

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

Shades of Deep Fir #114219

Tints of Deep Fir #114219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 23.15%

R = 15.74%
G = 61.11%
B = 23.15%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.62

 K value IS 0.74

RGB Variations

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

Color information

#114219 (or 0x114219) is known color: Deep Fir. HEX triplet: 11, 42 and 19. RGB value is (17,66,25). Sum of RGB (Red+Green+Blue) = 17+66+25=108 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.74% from 108); Green value is 66 (26.17% from 255 or 61.11% from 108); Blue value is 25 (10.16% from 255 or 23.15% from 108); Max value from RGB is 66 - color contains mainly: green. Hex color #114219 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114219 is #EEBDE6. Grayscale: #2E2E2E. Windows color (decimal): -15646183 or 1655313. OLE color: 1655313.

HSL color Cylindrical-coordinate representation of color #114219: hue angle of 129.8º 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 #114219 is Cyan = 0.74, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.74.

Color convert

RGB 17 66 25 -
CMYK 0.74 0 0.62 0.74
HSL 129.8º 0.59% 0.16% -
HSV(B) 129.8º 0.74% 0.26% -
XYZ 2.35 4.09 1.58 -
YUV 46.68 115.77 106.83 -
System Red Green Blue C M Y K H S L
Decimal 17 66 25 0.74 0 0.62 0.74 129.8 0.59 0.16
Hex 11 42 19 4A 0 3E 4A 82 3B 10
Octal 21 102 31 112 0 76 112 202 73 20
Binary 10001 1000010 11001 1001010 0 111110 1001010 10000010 111011 10000

Color Harmonies of #114219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114219

Black with #114219

Text Example


Text Example

White with #114219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114219; }

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

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

background-color css

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

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

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

border-color css

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

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

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