Html Css Color HEX #084018 Deep Fir

📋 copy color: '#084018'

red 8 ◦ green 64 ◦ blue 24

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

Shades of Deep Fir #084018

Tints of Deep Fir #084018

RGB

 RED value IS 8 (3.52% from 255) = 8.33%

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

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

R = 8.33%
G = 66.67%
B = 25%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.62

 K value IS 0.75

RGB Variations

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

Color information

#084018 (or 0x084018) is known color: Deep Fir. HEX triplet: 08, 40 and 18. RGB value is (8,64,24). Sum of RGB (Red+Green+Blue) = 8+64+24=96 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.33% from 96); Green value is 64 (25.39% from 255 or 66.67% from 96); Blue value is 24 (9.77% from 255 or 25% from 96); Max value from RGB is 64 - color contains mainly: green. Hex color #084018 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #084018 is #F7BFE7. Grayscale: #2A2A2A. Windows color (decimal): -16236520 or 1589256. OLE color: 1589256.

HSL color Cylindrical-coordinate representation of color #084018: hue angle of 137.14º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #084018 is Cyan = 0.87, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.75.

Color convert

RGB 8 64 24 -
CMYK 0.87 0 0.62 0.75
HSL 137.14º 0.78% 0.14% -
HSV(B) 137.14º 0.88% 0.25% -
XYZ 2.1 3.78 1.48 -
YUV 42.7 117.45 103.25 -
System Red Green Blue C M Y K H S L
Decimal 8 64 24 0.87 0 0.62 0.75 137.14 0.78 0.14
Hex 8 40 18 57 0 3E 4B 89 4E E
Octal 10 100 30 127 0 76 113 211 116 16
Binary 1000 1000000 11000 1010111 0 111110 1001011 10001001 1001110 1110

Color Harmonies of #084018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084018

Black with #084018

Text Example


Text Example

White with #084018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084018; }

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

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

background-color css

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

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

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

border-color css

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

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

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