#073014

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

Shades of Deep Fir #073014

Tints of Deep Fir #073014

Color information

#073014 (or 0x073014) is unknown color: approx Deep Fir. HEX triplet: 07, 30 and 14. RGB value is (7,48,20). Sum of RGB (Red+Green+Blue) = 7+48+20=75 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.33% from 75); Green value is 48 (19.14% from 255 or 64% from 75); Blue value is 20 (8.20% from 255 or 26.67% from 75); Max value from RGB is 48 - color contains mainly: green. Hex color #073014 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073014 is #F8CFEB. Grayscale: #202020. Windows color (decimal): -16306156 or 1323015. OLE color: 1323015.

HSL color Cylindrical-coordinate representation of color #073014: hue angle of 139.02º 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 #073014 is Cyan = 0.85, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.81.

Color convert

RGB74820-
CMYK0.8500.580.81
HSL139.02º74.55%10.78%-
HSV(B)139.02º85.42%18.82%-
XYZ1.272.211.02-
YUV32.55120.92109.78-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 9.33%
GREEN value IS 48 (19.14% from 255) = 64%
BLUE value IS 20 (8.20% from 255) = 26.67%
R=9.33%
G=64%
B=26.67%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal748200.8500.580.81139.0274.5510.78
Hex730145503A518b4bb
Octal7602412507212121311313
Binary111110000101001010101011101010100011000101110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073014; }

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

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

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

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

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

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

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

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