#074D13

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

Shades of Deep Fir #074D13

Tints of Deep Fir #074D13

Color information

#074D13 (or 0x074D13) is unknown color: approx Deep Fir. HEX triplet: 07, 4D and 13. RGB value is (7,77,19). Sum of RGB (Red+Green+Blue) = 7+77+19=103 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.80% from 103); Green value is 77 (30.47% from 255 or 74.76% from 103); Blue value is 19 (7.81% from 255 or 18.45% from 103); Max value from RGB is 77 - color contains mainly: green. Hex color #074D13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #074D13 is #F8B2EC. Grayscale: #313131. Windows color (decimal): -16298733 or 1264903. OLE color: 1264903.

HSL color Cylindrical-coordinate representation of color #074D13: hue angle of 130.29º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #074D13 is Cyan = 0.91, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.70.

Color convert

RGB77719-
CMYK0.9100.750.70
HSL130.29º83.33%16.47%-
HSV(B)130.29º90.91%30.2%-
XYZ2.865.41.51-
YUV49.46110.8197.72-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.80%
GREEN value IS 77 (30.47% from 255) = 74.76%
BLUE value IS 19 (7.81% from 255) = 18.45%
R=6.80%
G=74.76%
B=18.45%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal777190.9100.750.70130.2983.3316.47
Hex74D135B04B46825310
Octal711523133011310620212320
Binary111100110110011101101101001011100011010000010101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074D13; }

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

 H1.HeaderClassName
 {
   color: #074D13;
 }
 .AnyTagClassName
 {
   color: #074D13;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #074D13;
 }
 .BgClassName
 {
   background-color: #074D13;
 }
</style>
border-color css

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

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

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