Html Css Color HEX #043614 Deep Fir

📋 copy color: '#043614'

red 4 ◦ green 54 ◦ blue 20

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

Shades of Deep Fir #043614

Tints of Deep Fir #043614

RGB

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

 GREEN value IS 54 (21.48% from 255) = 69.23%

 BLUE value IS 20 (8.2% from 255) = 25.64%

R = 5.13%
G = 69.23%
B = 25.64%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.63

 K value IS 0.79

RGB Variations

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

Color information

#043614 (or 0x043614) is known color: Deep Fir. HEX triplet: 04, 36 and 14. RGB value is (4,54,20). Sum of RGB (Red+Green+Blue) = 4+54+20=78 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.13% from 78); Green value is 54 (21.48% from 255 or 69.23% from 78); Blue value is 20 (8.20% from 255 or 25.64% from 78); Max value from RGB is 54 - color contains mainly: green. Hex color #043614 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #043614 is #FBC9EB. Grayscale: #232323. Windows color (decimal): -16501228 or 1324548. OLE color: 1324548.

HSL color Cylindrical-coordinate representation of color #043614: hue angle of 139.2º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #043614 is Cyan = 0.93, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.79.

Color convert

RGB 4 54 20 -
CMYK 0.93 0 0.63 0.79
HSL 139.2º 0.86% 0.11% -
HSV(B) 139.2º 0.93% 0.21% -
XYZ 1.5 2.71 1.11 -
YUV 35.17 119.44 105.76 -
System Red Green Blue C M Y K H S L
Decimal 4 54 20 0.93 0 0.63 0.79 139.2 0.86 0.11
Hex 4 36 14 5D 0 3F 4F 8B 56 B
Octal 4 66 24 135 0 77 117 213 126 13
Binary 100 110110 10100 1011101 0 111111 1001111 10001011 1010110 1011

Color Harmonies of #043614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043614

Black with #043614

Text Example


Text Example

White with #043614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043614; }

 p { color: rgb(4,54,20); }

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

background-color css

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

 a { background-color: rgb(4,54,20); }

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

border-color css

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

 span { border-color: rgb(4,54,20); }

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