#074312

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

Shades of Deep Fir #074312

Tints of Deep Fir #074312

Color information

#074312 (or 0x074312) is unknown color: approx Deep Fir. HEX triplet: 07, 43 and 12. RGB value is (7,67,18). Sum of RGB (Red+Green+Blue) = 7+67+18=92 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.61% from 92); Green value is 67 (26.56% from 255 or 72.83% from 92); Blue value is 18 (7.42% from 255 or 19.57% from 92); Max value from RGB is 67 - color contains mainly: green. Hex color #074312 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074312 is #F8BCED. Grayscale: #2B2B2B. Windows color (decimal): -16301294 or 1196807. OLE color: 1196807.

HSL color Cylindrical-coordinate representation of color #074312: hue angle of 131º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074312 is Cyan = 0.90, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.74.

Color convert

RGB76718-
CMYK0.9000.730.74
HSL131º81.08%14.51%-
HSV(B)131º89.55%26.27%-
XYZ2.24.11.25-
YUV43.47113.62101.98-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.61%
GREEN value IS 67 (26.56% from 255) = 72.83%
BLUE value IS 18 (7.42% from 255) = 19.57%
R=7.61%
G=72.83%
B=19.57%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal767180.9000.730.7413181.0814.51
Hex743125A0494A8351f
Octal710322132011111220312117
Binary11110000111001010110100100100110010101000001110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074312; }

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

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

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

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

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

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

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

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