Html Css Color HEX #114019 Deep Fir

📋 copy color: '#114019'

red 17 ◦ green 64 ◦ blue 25

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

Shades of Deep Fir #114019

Tints of Deep Fir #114019

RGB

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

 GREEN value IS 64 (25.39% from 255) = 60.38%

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

R = 16.04%
G = 60.38%
B = 23.58%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.61

 K value IS 0.75

RGB Variations

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

Color information

#114019 (or 0x114019) is known color: Deep Fir. HEX triplet: 11, 40 and 19. RGB value is (17,64,25). Sum of RGB (Red+Green+Blue) = 17+64+25=106 (14% of max value = 765). Red value is 17 (7.03% from 255 or 16.04% from 106); Green value is 64 (25.39% from 255 or 60.38% from 106); Blue value is 25 (10.16% from 255 or 23.58% from 106); Max value from RGB is 64 - color contains mainly: green. Hex color #114019 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114019 is #EEBFE6. Grayscale: #2D2D2D. Windows color (decimal): -15646695 or 1654801. OLE color: 1654801.

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

Color convert

RGB 17 64 25 -
CMYK 0.73 0 0.61 0.75
HSL 130.21º 0.58% 0.16% -
HSV(B) 130.21º 0.73% 0.25% -
XYZ 2.24 3.86 1.55 -
YUV 45.5 116.43 107.67 -
System Red Green Blue C M Y K H S L
Decimal 17 64 25 0.73 0 0.61 0.75 130.21 0.58 0.16
Hex 11 40 19 49 0 3D 4B 82 3A 10
Octal 21 100 31 111 0 75 113 202 72 20
Binary 10001 1000000 11001 1001001 0 111101 1001011 10000010 111010 10000

Color Harmonies of #114019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114019

Black with #114019

Text Example


Text Example

White with #114019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114019; }

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

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

background-color css

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

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

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

border-color css

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

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

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