#074013

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

Shades of Deep Fir #074013

Tints of Deep Fir #074013

Color information

#074013 (or 0x074013) is unknown color: approx Deep Fir. HEX triplet: 07, 40 and 13. RGB value is (7,64,19). Sum of RGB (Red+Green+Blue) = 7+64+19=90 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.78% from 90); Green value is 64 (25.39% from 255 or 71.11% from 90); Blue value is 19 (7.81% from 255 or 21.11% from 90); Max value from RGB is 64 - color contains mainly: green. Hex color #074013 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074013 is #F8BFEC. Grayscale: #292929. Windows color (decimal): -16302061 or 1261575. OLE color: 1261575.

HSL color Cylindrical-coordinate representation of color #074013: hue angle of 132.63º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #074013 is Cyan = 0.89, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.75.

Color convert

RGB76419-
CMYK0.8900.700.75
HSL132.63º80.28%13.92%-
HSV(B)132.63º89.06%25.1%-
XYZ2.043.761.23-
YUV41.83115.12103.16-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.78%
GREEN value IS 64 (25.39% from 255) = 71.11%
BLUE value IS 19 (7.81% from 255) = 21.11%
R=7.78%
G=71.11%
B=21.11%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal764190.8900.700.75132.6380.2813.92
Hex74013590464B8550e
Octal710023131010611320512016
Binary11110000001001110110010100011010010111000010110100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074013; }

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

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

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

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

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

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

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

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