#073013

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

Shades of Deep Fir #073013

Tints of Deep Fir #073013

Color information

#073013 (or 0x073013) is unknown color: approx Deep Fir. HEX triplet: 07, 30 and 13. RGB value is (7,48,19). Sum of RGB (Red+Green+Blue) = 7+48+19=74 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.46% from 74); Green value is 48 (19.14% from 255 or 64.86% from 74); Blue value is 19 (7.81% from 255 or 25.68% from 74); Max value from RGB is 48 - color contains mainly: green. Hex color #073013 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073013 is #F8CFEC. Grayscale: #202020. Windows color (decimal): -16306157 or 1257479. OLE color: 1257479.

HSL color Cylindrical-coordinate representation of color #073013: hue angle of 137.56º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #073013 is Cyan = 0.85, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.81.

Color convert

RGB74819-
CMYK0.8500.600.81
HSL137.56º74.55%10.78%-
HSV(B)137.56º85.42%18.82%-
XYZ1.262.210.98-
YUV32.43120.42109.86-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 9.46%
GREEN value IS 48 (19.14% from 255) = 64.86%
BLUE value IS 19 (7.81% from 255) = 25.68%
R=9.46%
G=64.86%
B=25.68%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal748190.8500.600.81137.5674.5510.78
Hex730135503C518a4bb
Octal7602312507412121211313
Binary111110000100111010101011110010100011000101010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073013; }

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

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

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

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

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

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

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

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