Html Css Color HEX #074413 Deep Fir

📋 copy color: '#074413'

red 7 ◦ green 68 ◦ blue 19

#074413
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Fir #074413

Tints of Deep Fir #074413

RGB

 RED value IS 7 (3.13% from 255) = 7.45%

 GREEN value IS 68 (26.95% from 255) = 72.34%

 BLUE value IS 19 (7.81% from 255) = 20.21%

R = 7.45%
G = 72.34%
B = 20.21%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.72

 K value IS 0.73

RGB Variations

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

Color information

#074413 (or 0x074413) is known color: Deep Fir. HEX triplet: 07, 44 and 13. RGB value is (7,68,19). Sum of RGB (Red+Green+Blue) = 7+68+19=94 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.45% from 94); Green value is 68 (26.95% from 255 or 72.34% from 94); Blue value is 19 (7.81% from 255 or 20.21% from 94); Max value from RGB is 68 - color contains mainly: green. Hex color #074413 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074413 is #F8BBEC. Grayscale: #2C2C2C. Windows color (decimal): -16301037 or 1262599. OLE color: 1262599.

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

Color convert

RGB 7 68 19 -
CMYK 0.90 0 0.72 0.73
HSL 131.8º 0.81% 0.15% -
HSV(B) 131.8º 0.9% 0.27% -
XYZ 2.27 4.23 1.31 -
YUV 44.18 113.79 101.48 -
System Red Green Blue C M Y K H S L
Decimal 7 68 19 0.90 0 0.72 0.73 131.8 0.81 0.15
Hex 7 44 13 5A 0 48 49 84 51 F
Octal 7 104 23 132 0 110 111 204 121 17
Binary 111 1000100 10011 1011010 0 1001000 1001001 10000100 1010001 1111

Color Harmonies of #074413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074413

Black with #074413

Text Example


Text Example

White with #074413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074413; }

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

 H1.HeaderClassName
 {
   color: #074413;
 }
 .AnyTagClassName
 {
   color: #074413;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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