#073012

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

Shades of Deep Fir #073012

Tints of Deep Fir #073012

Color information

#073012 (or 0x073012) is unknown color: approx Deep Fir. HEX triplet: 07, 30 and 12. RGB value is (7,48,18). Sum of RGB (Red+Green+Blue) = 7+48+18=73 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.59% from 73); Green value is 48 (19.14% from 255 or 65.75% from 73); Blue value is 18 (7.42% from 255 or 24.66% from 73); Max value from RGB is 48 - color contains mainly: green. Hex color #073012 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073012 is #F8CFED. Grayscale: #202020. Windows color (decimal): -16306158 or 1191943. OLE color: 1191943.

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

Color convert

RGB74818-
CMYK0.8500.630.81
HSL136.1º74.55%10.78%-
HSV(B)136.1º85.42%18.82%-
XYZ1.252.20.93-
YUV32.32119.92109.94-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 9.59%
GREEN value IS 48 (19.14% from 255) = 65.75%
BLUE value IS 18 (7.42% from 255) = 24.66%
R=9.59%
G=65.75%
B=24.66%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal748180.8500.630.81136.174.5510.78
Hex730125503F51884bb
Octal7602212507712121011313
Binary111110000100101010101011111110100011000100010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073012; }

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

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

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

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

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

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

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

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