#074913

Color #074913 Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #074913

Tints of Deep Fir #074913

Color information

#074913 (or 0x074913) is unknown color: approx 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

RGB77319-
CMYK0.9000.740.71
HSL130.91º82.5%15.69%-
HSV(B)130.91º90.41%28.63%-
XYZ2.594.861.42-
YUV47.11112.1399.39-

RGB Variations

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

RGB

RED value IS 7 (3.12% 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 (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal773190.9000.740.71130.9182.515.69
Hex749135A04A47835210
Octal711123132011210720312220
Binary111100100110011101101001001010100011110000011101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>