Html Css Color HEX #04460E Deep Fir

📋 copy color: '#04460E'

red 4 ◦ green 70 ◦ blue 14

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

Shades of Deep Fir #04460E

Tints of Deep Fir #04460E

RGB

 RED value IS 4 (1.95% from 255) = 4.55%

 GREEN value IS 70 (27.73% from 255) = 79.55%

 BLUE value IS 14 (5.86% from 255) = 15.91%

R = 4.55%
G = 79.55%
B = 15.91%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.80

 K value IS 0.73

RGB Variations

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

Color information

#04460E (or 0x04460E) is known color: Deep Fir. HEX triplet: 04, 46 and 0E. RGB value is (4,70,14). Sum of RGB (Red+Green+Blue) = 4+70+14=88 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.55% from 88); Green value is 70 (27.73% from 255 or 79.55% from 88); Blue value is 14 (5.86% from 255 or 15.91% from 88); Max value from RGB is 70 - color contains mainly: green. Hex color #04460E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04460E is #FBB9F1. Grayscale: #2C2C2C. Windows color (decimal): -16497138 or 935428. OLE color: 935428.

HSL color Cylindrical-coordinate representation of color #04460E: hue angle of 129.09º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #04460E is Cyan = 0.94, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.73.

Color convert

RGB 4 70 14 -
CMYK 0.94 0 0.80 0.73
HSL 129.09º 0.89% 0.15% -
HSV(B) 129.09º 0.94% 0.27% -
XYZ 2.32 4.44 1.15 -
YUV 43.88 111.13 99.55 -
System Red Green Blue C M Y K H S L
Decimal 4 70 14 0.94 0 0.80 0.73 129.09 0.89 0.15
Hex 4 46 E 5E 0 50 49 81 59 F
Octal 4 106 16 136 0 120 111 201 131 17
Binary 100 1000110 1110 1011110 0 1010000 1001001 10000001 1011001 1111

Color Harmonies of #04460E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04460E

Black with #04460E

Text Example


Text Example

White with #04460E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04460E; }

 p { color: rgb(4,70,14); }

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

background-color css

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

 a { background-color: rgb(4,70,14); }

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

border-color css

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

 span { border-color: rgb(4,70,14); }

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