#073918

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

Shades of Deep Fir #073918

Tints of Deep Fir #073918

Color information

#073918 (or 0x073918) is unknown color: approx Deep Fir. HEX triplet: 07, 39 and 18. RGB value is (7,57,24). Sum of RGB (Red+Green+Blue) = 7+57+24=88 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.95% from 88); Green value is 57 (22.66% from 255 or 64.77% from 88); Blue value is 24 (9.77% from 255 or 27.27% from 88); Max value from RGB is 57 - color contains mainly: green. Hex color #073918 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073918 is #F8C6E7. Grayscale: #262626. Windows color (decimal): -16303848 or 1587463. OLE color: 1587463.

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

Color convert

RGB75724-
CMYK0.8800.580.78
HSL140.4º78.12%12.55%-
HSV(B)140.4º87.72%22.35%-
XYZ1.723.041.36-
YUV38.29119.94105.68-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.95%
GREEN value IS 57 (22.66% from 255) = 64.77%
BLUE value IS 24 (9.77% from 255) = 27.27%
R=7.95%
G=64.77%
B=27.27%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal757240.8800.580.78140.478.1212.55
Hex739185803A4E8c4ed
Octal7713013007211621411615
Binary111111001110001011000011101010011101000110010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073918; }

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

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

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

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

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

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

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

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