Html Css Color HEX #073C1A Deep Fir

📋 copy color: '#073C1A'

red 7 ◦ green 60 ◦ blue 26

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

Shades of Deep Fir #073C1A

Tints of Deep Fir #073C1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 27.96%

R = 7.53%
G = 64.52%
B = 27.96%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.57

 K value IS 0.76

RGB Variations

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

Color information

#073C1A (or 0x073C1A) is known color: Deep Fir. HEX triplet: 07, 3C and 1A. RGB value is (7,60,26). Sum of RGB (Red+Green+Blue) = 7+60+26=93 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.53% from 93); Green value is 60 (23.83% from 255 or 64.52% from 93); Blue value is 26 (10.55% from 255 or 27.96% from 93); Max value from RGB is 60 - color contains mainly: green. Hex color #073C1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073C1A is #F8C3E5. Grayscale: #282828. Windows color (decimal): -16303078 or 1719303. OLE color: 1719303.

HSL color Cylindrical-coordinate representation of color #073C1A: hue angle of 141.51º 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 #073C1A is Cyan = 0.88, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.76.

Color convert

RGB 7 60 26 -
CMYK 0.88 0 0.57 0.76
HSL 141.51º 0.79% 0.13% -
HSV(B) 141.51º 0.88% 0.24% -
XYZ 1.89 3.35 1.52 -
YUV 40.28 119.94 104.26 -
System Red Green Blue C M Y K H S L
Decimal 7 60 26 0.88 0 0.57 0.76 141.51 0.79 0.13
Hex 7 3C 1A 58 0 39 4C 8E 4F D
Octal 7 74 32 130 0 71 114 216 117 15
Binary 111 111100 11010 1011000 0 111001 1001100 10001110 1001111 1101

Color Harmonies of #073C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073C1A

Black with #073C1A

Text Example


Text Example

White with #073C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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