Html Css Color HEX #074318 Deep Fir

📋 copy color: '#074318'

red 7 ◦ green 67 ◦ blue 24

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

Shades of Deep Fir #074318

Tints of Deep Fir #074318

RGB

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

 GREEN value IS 67 (26.56% from 255) = 68.37%

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

R = 7.14%
G = 68.37%
B = 24.49%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.64

 K value IS 0.74

RGB Variations

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

Color information

#074318 (or 0x074318) is known color: Deep Fir. HEX triplet: 07, 43 and 18. RGB value is (7,67,24). Sum of RGB (Red+Green+Blue) = 7+67+24=98 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.14% from 98); Green value is 67 (26.56% from 255 or 68.37% from 98); Blue value is 24 (9.77% from 255 or 24.49% from 98); Max value from RGB is 67 - color contains mainly: green. Hex color #074318 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074318 is #F8BCE7. Grayscale: #2C2C2C. Windows color (decimal): -16301288 or 1590023. OLE color: 1590023.

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

Color convert

RGB 7 67 24 -
CMYK 0.90 0 0.64 0.74
HSL 137º 0.81% 0.15% -
HSV(B) 137º 0.9% 0.26% -
XYZ 2.26 4.13 1.54 -
YUV 44.16 116.62 101.5 -
System Red Green Blue C M Y K H S L
Decimal 7 67 24 0.90 0 0.64 0.74 137 0.81 0.15
Hex 7 43 18 5A 0 40 4A 89 51 F
Octal 7 103 30 132 0 100 112 211 121 17
Binary 111 1000011 11000 1011010 0 1000000 1001010 10001001 1010001 1111

Color Harmonies of #074318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074318

Black with #074318

Text Example


Text Example

White with #074318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074318; }

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

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

background-color css

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

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

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

border-color css

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

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

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