#073A13

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

Shades of Deep Fir #073A13

Tints of Deep Fir #073A13

Color information

#073A13 (or 0x073A13) is unknown color: approx Deep Fir. HEX triplet: 07, 3A and 13. RGB value is (7,58,19). Sum of RGB (Red+Green+Blue) = 7+58+19=84 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.33% from 84); Green value is 58 (23.05% from 255 or 69.05% from 84); Blue value is 19 (7.81% from 255 or 22.62% from 84); Max value from RGB is 58 - color contains mainly: green. Hex color #073A13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073A13 is #F8C5EC. Grayscale: #262626. Windows color (decimal): -16303597 or 1260039. OLE color: 1260039.

HSL color Cylindrical-coordinate representation of color #073A13: hue angle of 134.12º degrees, saturation: 0.78, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #073A13 is Cyan = 0.88, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.77.

Color convert

RGB75819-
CMYK0.8800.670.77
HSL134.12º78.46%12.75%-
HSV(B)134.12º87.93%22.75%-
XYZ1.723.121.13-
YUV38.3117.1105.67-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.33%
GREEN value IS 58 (23.05% from 255) = 69.05%
BLUE value IS 19 (7.81% from 255) = 22.62%
R=8.33%
G=69.05%
B=22.62%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal758190.8800.670.77134.1278.4612.75
Hex73A13580434D864ed
Octal77223130010311520611615
Binary1111110101001110110000100001110011011000011010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073A13; }

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

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

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

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

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

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

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

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