#074311

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

Shades of Deep Fir #074311

Tints of Deep Fir #074311

Color information

#074311 (or 0x074311) is unknown color: approx Deep Fir. HEX triplet: 07, 43 and 11. RGB value is (7,67,17). Sum of RGB (Red+Green+Blue) = 7+67+17=91 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.69% from 91); Green value is 67 (26.56% from 255 or 73.63% from 91); Blue value is 17 (7.03% from 255 or 18.68% from 91); Max value from RGB is 67 - color contains mainly: green. Hex color #074311 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074311 is #F8BCEE. Grayscale: #2B2B2B. Windows color (decimal): -16301295 or 1131271. OLE color: 1131271.

HSL color Cylindrical-coordinate representation of color #074311: hue angle of 130º 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 #074311 is Cyan = 0.90, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.74.

Color convert

RGB76717-
CMYK0.9000.750.74
HSL130º81.08%14.51%-
HSV(B)130º89.55%26.27%-
XYZ2.24.11.21-
YUV43.36113.12102.07-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.69%
GREEN value IS 67 (26.56% from 255) = 73.63%
BLUE value IS 17 (7.03% from 255) = 18.68%
R=7.69%
G=73.63%
B=18.68%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal767170.9000.750.7413081.0814.51
Hex743115A04B4A8251f
Octal710321132011311220212117
Binary11110000111000110110100100101110010101000001010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074311; }

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

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

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

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

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

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

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

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