Html Css Color HEX #084913 Deep Fir

📋 copy color: '#084913'

red 8 ◦ green 73 ◦ blue 19

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

Shades of Deep Fir #084913

Tints of Deep Fir #084913

RGB

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

 GREEN value IS 73 (28.91% from 255) = 73%

 BLUE value IS 19 (7.81% from 255) = 19%

R = 8%
G = 73%
B = 19%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.74

 K value IS 0.71

RGB Variations

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

Color information

#084913 (or 0x084913) is known color: Deep Fir. HEX triplet: 08, 49 and 13. RGB value is (8,73,19). Sum of RGB (Red+Green+Blue) = 8+73+19=100 (13% of max value = 765). Red value is 8 (3.52% from 255 or 8% from 100); Green value is 73 (28.91% from 255 or 73% from 100); Blue value is 19 (7.81% from 255 or 19% from 100); Max value from RGB is 73 - color contains mainly: green. Hex color #084913 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #084913 is #F7B6EC. Grayscale: #2F2F2F. Windows color (decimal): -16234221 or 1263880. OLE color: 1263880.

HSL color Cylindrical-coordinate representation of color #084913: hue angle of 130.15º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #084913 is Cyan = 0.89, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.71.

Color convert

RGB 8 73 19 -
CMYK 0.89 0 0.74 0.71
HSL 130.15º 0.8% 0.16% -
HSV(B) 130.15º 0.89% 0.29% -
XYZ 2.6 4.86 1.42 -
YUV 47.41 111.97 99.89 -
System Red Green Blue C M Y K H S L
Decimal 8 73 19 0.89 0 0.74 0.71 130.15 0.8 0.16
Hex 8 49 13 59 0 4A 47 82 50 10
Octal 10 111 23 131 0 112 107 202 120 20
Binary 1000 1001001 10011 1011001 0 1001010 1000111 10000010 1010000 10000

Color Harmonies of #084913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084913

Black with #084913

Text Example


Text Example

White with #084913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084913; }

 p { color: rgb(8,73,19); }

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

background-color css

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

 a { background-color: rgb(8,73,19); }

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

border-color css

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

 span { border-color: rgb(8,73,19); }

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