Html Css Color HEX #113F18 Deep Fir

📋 copy color: '#113F18'

red 17 ◦ green 63 ◦ blue 24

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

Shades of Deep Fir #113F18

Tints of Deep Fir #113F18

RGB

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

 GREEN value IS 63 (25% from 255) = 60.58%

 BLUE value IS 24 (9.77% from 255) = 23.08%

R = 16.35%
G = 60.58%
B = 23.08%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.62

 K value IS 0.75

RGB Variations

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

Color information

#113F18 (or 0x113F18) is known color: Deep Fir. HEX triplet: 11, 3F and 18. RGB value is (17,63,24). Sum of RGB (Red+Green+Blue) = 17+63+24=104 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.35% from 104); Green value is 63 (25% from 255 or 60.58% from 104); Blue value is 24 (9.77% from 255 or 23.08% from 104); Max value from RGB is 63 - color contains mainly: green. Hex color #113F18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113F18 is #EEC0E7. Grayscale: #2C2C2C. Windows color (decimal): -15646952 or 1589009. OLE color: 1589009.

HSL color Cylindrical-coordinate representation of color #113F18: hue angle of 129.13º degrees, saturation: 0.57, 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 #113F18 is Cyan = 0.73, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.75.

Color convert

RGB 17 63 24 -
CMYK 0.73 0 0.62 0.75
HSL 129.13º 0.58% 0.16% -
HSV(B) 129.13º 0.73% 0.25% -
XYZ 2.17 3.74 1.47 -
YUV 44.8 116.26 108.17 -
System Red Green Blue C M Y K H S L
Decimal 17 63 24 0.73 0 0.62 0.75 129.13 0.58 0.16
Hex 11 3F 18 49 0 3E 4B 81 3A 10
Octal 21 77 30 111 0 76 113 201 72 20
Binary 10001 111111 11000 1001001 0 111110 1001011 10000001 111010 10000

Color Harmonies of #113F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113F18

Black with #113F18

Text Example


Text Example

White with #113F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113F18; }

 p { color: rgb(17,63,24); }

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

background-color css

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

 a { background-color: rgb(17,63,24); }

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

border-color css

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

 span { border-color: rgb(17,63,24); }

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