Html Css Color HEX #073D19 Deep Fir

📋 copy color: '#073D19'

red 7 ◦ green 61 ◦ blue 25

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

Shades of Deep Fir #073D19

Tints of Deep Fir #073D19

RGB

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

 GREEN value IS 61 (24.22% from 255) = 65.59%

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

R = 7.53%
G = 65.59%
B = 26.88%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.59

 K value IS 0.76

RGB Variations

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

Color information

#073D19 (or 0x073D19) is known color: Deep Fir. HEX triplet: 07, 3D and 19. RGB value is (7,61,25). Sum of RGB (Red+Green+Blue) = 7+61+25=93 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.53% from 93); Green value is 61 (24.22% from 255 or 65.59% from 93); Blue value is 25 (10.16% from 255 or 26.88% from 93); Max value from RGB is 61 - color contains mainly: green. Hex color #073D19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073D19 is #F8C2E6. Grayscale: #282828. Windows color (decimal): -16302823 or 1654023. OLE color: 1654023.

HSL color Cylindrical-coordinate representation of color #073D19: hue angle of 140º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #073D19 is Cyan = 0.89, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.76.

Color convert

RGB 7 61 25 -
CMYK 0.89 0 0.59 0.76
HSL 140º 0.79% 0.13% -
HSV(B) 140º 0.89% 0.24% -
XYZ 1.93 3.45 1.48 -
YUV 40.75 119.11 103.93 -
System Red Green Blue C M Y K H S L
Decimal 7 61 25 0.89 0 0.59 0.76 140 0.79 0.13
Hex 7 3D 19 59 0 3B 4C 8C 4F D
Octal 7 75 31 131 0 73 114 214 117 15
Binary 111 111101 11001 1011001 0 111011 1001100 10001100 1001111 1101

Color Harmonies of #073D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073D19

Black with #073D19

Text Example


Text Example

White with #073D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073D19; }

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

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

background-color css

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

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

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

border-color css

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

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

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