Html Css Color HEX #074019 Deep Fir

📋 copy color: '#074019'

red 7 ◦ green 64 ◦ blue 25

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

Shades of Deep Fir #074019

Tints of Deep Fir #074019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 26.04%

R = 7.29%
G = 66.67%
B = 26.04%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.61

 K value IS 0.75

RGB Variations

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

Color information

#074019 (or 0x074019) is known color: Deep Fir. HEX triplet: 07, 40 and 19. RGB value is (7,64,25). Sum of RGB (Red+Green+Blue) = 7+64+25=96 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.29% from 96); Green value is 64 (25.39% from 255 or 66.67% from 96); Blue value is 25 (10.16% from 255 or 26.04% from 96); Max value from RGB is 64 - color contains mainly: green. Hex color #074019 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074019 is #F8BFE6. Grayscale: #2A2A2A. Windows color (decimal): -16302055 or 1654791. OLE color: 1654791.

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

Color convert

RGB 7 64 25 -
CMYK 0.89 0 0.61 0.75
HSL 138.95º 0.8% 0.14% -
HSV(B) 138.95º 0.89% 0.25% -
XYZ 2.1 3.78 1.54 -
YUV 42.51 118.12 102.67 -
System Red Green Blue C M Y K H S L
Decimal 7 64 25 0.89 0 0.61 0.75 138.95 0.8 0.14
Hex 7 40 19 59 0 3D 4B 8B 50 E
Octal 7 100 31 131 0 75 113 213 120 16
Binary 111 1000000 11001 1011001 0 111101 1001011 10001011 1010000 1110

Color Harmonies of #074019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074019

Black with #074019

Text Example


Text Example

White with #074019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074019; }

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

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

background-color css

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

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

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

border-color css

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

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

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