#074418

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

Shades of Deep Fir #074418

Tints of Deep Fir #074418

Color information

#074418 (or 0x074418) is unknown color: approx Deep Fir. HEX triplet: 07, 44 and 18. RGB value is (7,68,24). Sum of RGB (Red+Green+Blue) = 7+68+24=99 (13% of max value = 765). Red value is 7 (3.12% from 255 or 7.07% from 99); Green value is 68 (26.95% from 255 or 68.69% from 99); Blue value is 24 (9.77% from 255 or 24.24% from 99); Max value from RGB is 68 - color contains mainly: green. Hex color #074418 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074418 is #F8BBE7. Grayscale: #2C2C2C. Windows color (decimal): -16301032 or 1590279. OLE color: 1590279.

HSL color Cylindrical-coordinate representation of color #074418: hue angle of 136.72º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074418 is Cyan = 0.90, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.73.

Color convert

RGB76824-
CMYK0.9000.650.73
HSL136.72º81.33%14.71%-
HSV(B)136.72º89.71%26.67%-
XYZ2.324.251.56-
YUV44.74116.29101.08-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.07%
GREEN value IS 68 (26.95% from 255) = 68.69%
BLUE value IS 24 (9.77% from 255) = 24.24%
R=7.07%
G=68.69%
B=24.24%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal768240.9000.650.73136.7281.3314.71
Hex744185A041498951f
Octal710430132010111121112117
Binary11110001001100010110100100000110010011000100110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074418; }

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

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

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

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

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

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

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

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