#074113

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

Shades of Deep Fir #074113

Tints of Deep Fir #074113

Color information

#074113 (or 0x074113) is unknown color: approx Deep Fir. HEX triplet: 07, 41 and 13. RGB value is (7,65,19). Sum of RGB (Red+Green+Blue) = 7+65+19=91 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.69% from 91); Green value is 65 (25.78% from 255 or 71.43% from 91); Blue value is 19 (7.81% from 255 or 20.88% from 91); Max value from RGB is 65 - color contains mainly: green. Hex color #074113 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074113 is #F8BEEC. Grayscale: #2A2A2A. Windows color (decimal): -16301805 or 1261831. OLE color: 1261831.

HSL color Cylindrical-coordinate representation of color #074113: hue angle of 132.41º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #074113 is Cyan = 0.89, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.75.

Color convert

RGB76519-
CMYK0.8900.710.75
HSL132.41º80.56%14.12%-
HSV(B)132.41º89.23%25.49%-
XYZ2.13.871.25-
YUV42.41114.78102.74-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.69%
GREEN value IS 65 (25.78% from 255) = 71.43%
BLUE value IS 19 (7.81% from 255) = 20.88%
R=7.69%
G=71.43%
B=20.88%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal765190.8900.710.75132.4180.5614.12
Hex74113590474B8451e
Octal710123131010711320412116
Binary11110000011001110110010100011110010111000010010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074113; }

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

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

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

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

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

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

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

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