Html Css Color HEX #114018 Deep Fir

📋 copy color: '#114018'

red 17 ◦ green 64 ◦ blue 24

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

Shades of Deep Fir #114018

Tints of Deep Fir #114018

RGB

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

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

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

R = 16.19%
G = 60.95%
B = 22.86%

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

#114018 (or 0x114018) is known color: Deep Fir. HEX triplet: 11, 40 and 18. RGB value is (17,64,24). Sum of RGB (Red+Green+Blue) = 17+64+24=105 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.19% from 105); Green value is 64 (25.39% from 255 or 60.95% from 105); Blue value is 24 (9.77% from 255 or 22.86% from 105); Max value from RGB is 64 - color contains mainly: green. Hex color #114018 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114018 is #EEBFE7. Grayscale: #2D2D2D. Windows color (decimal): -15646696 or 1589265. OLE color: 1589265.

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

Color convert

RGB 17 64 24 -
CMYK 0.73 0 0.62 0.75
HSL 128.94º 0.58% 0.16% -
HSV(B) 128.94º 0.73% 0.25% -
XYZ 2.23 3.85 1.49 -
YUV 45.39 115.93 107.75 -
System Red Green Blue C M Y K H S L
Decimal 17 64 24 0.73 0 0.62 0.75 128.94 0.58 0.16
Hex 11 40 18 49 0 3E 4B 81 3A 10
Octal 21 100 30 111 0 76 113 201 72 20
Binary 10001 1000000 11000 1001001 0 111110 1001011 10000001 111010 10000

Color Harmonies of #114018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114018

Black with #114018

Text Example


Text Example

White with #114018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114018; }

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

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

background-color css

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

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

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

border-color css

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

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

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