Html Css Color HEX #074013 Deep Fir

📋 copy color: '#074013'

red 7 ◦ green 64 ◦ blue 19

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

Shades of Deep Fir #074013

Tints of Deep Fir #074013

RGB

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

 GREEN value IS 64 (25.39% from 255) = 71.11%

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

R = 7.78%
G = 71.11%
B = 21.11%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.70

 K value IS 0.75

RGB Variations

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

Color information

#074013 (or 0x074013) is known color: Deep Fir. HEX triplet: 07, 40 and 13. RGB value is (7,64,19). Sum of RGB (Red+Green+Blue) = 7+64+19=90 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.78% from 90); Green value is 64 (25.39% from 255 or 71.11% from 90); Blue value is 19 (7.81% from 255 or 21.11% from 90); Max value from RGB is 64 - color contains mainly: green. Hex color #074013 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074013 is #F8BFEC. Grayscale: #292929. Windows color (decimal): -16302061 or 1261575. OLE color: 1261575.

HSL color Cylindrical-coordinate representation of color #074013: hue angle of 132.63º degrees, saturation: 0.8, 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 #074013 is Cyan = 0.89, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.75.

Color convert

RGB 7 64 19 -
CMYK 0.89 0 0.70 0.75
HSL 132.63º 0.8% 0.14% -
HSV(B) 132.63º 0.89% 0.25% -
XYZ 2.04 3.76 1.23 -
YUV 41.83 115.12 103.16 -
System Red Green Blue C M Y K H S L
Decimal 7 64 19 0.89 0 0.70 0.75 132.63 0.8 0.14
Hex 7 40 13 59 0 46 4B 85 50 E
Octal 7 100 23 131 0 106 113 205 120 16
Binary 111 1000000 10011 1011001 0 1000110 1001011 10000101 1010000 1110

Color Harmonies of #074013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074013

Black with #074013

Text Example


Text Example

White with #074013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074013; }

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

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

background-color css

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

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

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

border-color css

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

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

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