#073A18

Color #073A18 Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #073A18

Tints of Deep Fir #073A18

Color information

#073A18 (or 0x073A18) is unknown color: approx Deep Fir. HEX triplet: 07, 3A and 18. RGB value is (7,58,24). Sum of RGB (Red+Green+Blue) = 7+58+24=89 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.87% from 89); Green value is 58 (23.05% from 255 or 65.17% from 89); Blue value is 24 (9.77% from 255 or 26.97% from 89); Max value from RGB is 58 - color contains mainly: green. Hex color #073A18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073A18 is #F8C5E7. Grayscale: #262626. Windows color (decimal): -16303592 or 1587719. OLE color: 1587719.

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

Color convert

RGB75824-
CMYK0.8800.590.77
HSL140º78.46%12.75%-
HSV(B)140º87.93%22.75%-
XYZ1.773.141.38-
YUV38.87119.6105.26-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.87%
GREEN value IS 58 (23.05% from 255) = 65.17%
BLUE value IS 24 (9.77% from 255) = 26.97%
R=7.87%
G=65.17%
B=26.97%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal758240.8800.590.7714078.4612.75
Hex73A185803B4D8c4ed
Octal7723013007311521411615
Binary111111010110001011000011101110011011000110010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,58,24); }

 H1.HeaderClassName
 {
   color: #073A18;
 }
 .AnyTagClassName
 {
   color: #073A18;
 }
</style>
background-color css

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

 a { background-color: rgb(7,58,24); }

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

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

 span { border-color: rgb(7,58,24); }

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