Html Css Color HEX #074118 Deep Fir

📋 copy color: '#074118'

red 7 ◦ green 65 ◦ blue 24

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

Shades of Deep Fir #074118

Tints of Deep Fir #074118

RGB

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

 GREEN value IS 65 (25.78% from 255) = 67.71%

 BLUE value IS 24 (9.77% from 255) = 25%

R = 7.29%
G = 67.71%
B = 25%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.63

 K value IS 0.75

RGB Variations

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

Color information

#074118 (or 0x074118) is known color: Deep Fir. HEX triplet: 07, 41 and 18. RGB value is (7,65,24). Sum of RGB (Red+Green+Blue) = 7+65+24=96 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.29% from 96); Green value is 65 (25.78% from 255 or 67.71% from 96); Blue value is 24 (9.77% from 255 or 25% from 96); Max value from RGB is 65 - color contains mainly: green. Hex color #074118 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074118 is #F8BEE7. Grayscale: #2B2B2B. Windows color (decimal): -16301800 or 1589511. OLE color: 1589511.

HSL color Cylindrical-coordinate representation of color #074118: hue angle of 137.59º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #074118 is Cyan = 0.89, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.75.

Color convert

RGB 7 65 24 -
CMYK 0.89 0 0.63 0.75
HSL 137.59º 0.81% 0.14% -
HSV(B) 137.59º 0.89% 0.25% -
XYZ 2.14 3.89 1.5 -
YUV 42.98 117.28 102.33 -
System Red Green Blue C M Y K H S L
Decimal 7 65 24 0.89 0 0.63 0.75 137.59 0.81 0.14
Hex 7 41 18 59 0 3F 4B 8A 51 E
Octal 7 101 30 131 0 77 113 212 121 16
Binary 111 1000001 11000 1011001 0 111111 1001011 10001010 1010001 1110

Color Harmonies of #074118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074118

Black with #074118

Text Example


Text Example

White with #074118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074118; }

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

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

background-color css

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

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

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

border-color css

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

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

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