Html Css Color HEX #074913 Deep Fir

📋 copy color: '#074913'

red 7 ◦ green 73 ◦ blue 19

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

Shades of Deep Fir #074913

Tints of Deep Fir #074913

RGB

 RED value IS 7 (3.13% from 255) = 7.07%

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

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

R = 7.07%
G = 73.74%
B = 19.19%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.74

 K value IS 0.71

RGB Variations

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

Color information

#074913 (or 0x074913) is known color: Deep Fir. HEX triplet: 07, 49 and 13. RGB value is (7,73,19). Sum of RGB (Red+Green+Blue) = 7+73+19=99 (13% of max value = 765). Red value is 7 (3.12% from 255 or 7.07% from 99); Green value is 73 (28.91% from 255 or 73.74% from 99); Blue value is 19 (7.81% from 255 or 19.19% from 99); Max value from RGB is 73 - color contains mainly: green. Hex color #074913 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074913 is #F8B6EC. Grayscale: #2F2F2F. Windows color (decimal): -16299757 or 1263879. OLE color: 1263879.

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

Color convert

RGB 7 73 19 -
CMYK 0.90 0 0.74 0.71
HSL 130.91º 0.83% 0.16% -
HSV(B) 130.91º 0.9% 0.29% -
XYZ 2.59 4.86 1.42 -
YUV 47.11 112.13 99.39 -
System Red Green Blue C M Y K H S L
Decimal 7 73 19 0.90 0 0.74 0.71 130.91 0.83 0.16
Hex 7 49 13 5A 0 4A 47 83 52 10
Octal 7 111 23 132 0 112 107 203 122 20
Binary 111 1001001 10011 1011010 0 1001010 1000111 10000011 1010010 10000

Color Harmonies of #074913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074913

Black with #074913

Text Example


Text Example

White with #074913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074913; }

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

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

background-color css

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

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

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

border-color css

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

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

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