Html Css Color HEX #073C19 Deep Fir

📋 copy color: '#073C19'

red 7 ◦ green 60 ◦ blue 25

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

Shades of Deep Fir #073C19

Tints of Deep Fir #073C19

RGB

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

 GREEN value IS 60 (23.83% from 255) = 65.22%

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

R = 7.61%
G = 65.22%
B = 27.17%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.58

 K value IS 0.76

RGB Variations

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

Color information

#073C19 (or 0x073C19) is known color: Deep Fir. HEX triplet: 07, 3C and 19. RGB value is (7,60,25). Sum of RGB (Red+Green+Blue) = 7+60+25=92 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.61% from 92); Green value is 60 (23.83% from 255 or 65.22% from 92); Blue value is 25 (10.16% from 255 or 27.17% from 92); Max value from RGB is 60 - color contains mainly: green. Hex color #073C19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073C19 is #F8C3E6. Grayscale: #282828. Windows color (decimal): -16303079 or 1653767. OLE color: 1653767.

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

Color convert

RGB 7 60 25 -
CMYK 0.88 0 0.58 0.76
HSL 140.38º 0.79% 0.13% -
HSV(B) 140.38º 0.88% 0.24% -
XYZ 1.88 3.35 1.47 -
YUV 40.16 119.44 104.35 -
System Red Green Blue C M Y K H S L
Decimal 7 60 25 0.88 0 0.58 0.76 140.38 0.79 0.13
Hex 7 3C 19 58 0 3A 4C 8C 4F D
Octal 7 74 31 130 0 72 114 214 117 15
Binary 111 111100 11001 1011000 0 111010 1001100 10001100 1001111 1101

Color Harmonies of #073C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073C19

Black with #073C19

Text Example


Text Example

White with #073C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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