Html Css Color HEX #113019 Deep Fir

📋 copy color: '#113019'

red 17 ◦ green 48 ◦ blue 25

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

Shades of Deep Fir #113019

Tints of Deep Fir #113019

RGB

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

 GREEN value IS 48 (19.14% from 255) = 53.33%

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

R = 18.89%
G = 53.33%
B = 27.78%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.48

 K value IS 0.81

RGB Variations

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

Color information

#113019 (or 0x113019) is known color: Deep Fir. HEX triplet: 11, 30 and 19. RGB value is (17,48,25). Sum of RGB (Red+Green+Blue) = 17+48+25=90 (11% of max value = 765). Red value is 17 (7.03% from 255 or 18.89% from 90); Green value is 48 (19.14% from 255 or 53.33% from 90); Blue value is 25 (10.16% from 255 or 27.78% from 90); Max value from RGB is 48 - color contains mainly: green. Hex color #113019 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113019 is #EECFE6. Grayscale: #242424. Windows color (decimal): -15650791 or 1650705. OLE color: 1650705.

HSL color Cylindrical-coordinate representation of color #113019: hue angle of 135.48º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #113019 is Cyan = 0.65, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.81.

Color convert

RGB 17 48 25 -
CMYK 0.65 0 0.48 0.81
HSL 135.48º 0.48% 0.13% -
HSV(B) 135.48º 0.65% 0.19% -
XYZ 1.46 2.3 1.29 -
YUV 36.11 121.73 114.37 -
System Red Green Blue C M Y K H S L
Decimal 17 48 25 0.65 0 0.48 0.81 135.48 0.48 0.13
Hex 11 30 19 41 0 30 51 87 30 D
Octal 21 60 31 101 0 60 121 207 60 15
Binary 10001 110000 11001 1000001 0 110000 1010001 10000111 110000 1101

Color Harmonies of #113019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113019

Black with #113019

Text Example


Text Example

White with #113019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113019; }

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

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

background-color css

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

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

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

border-color css

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

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

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