Html Css Color HEX #04340D Deep Fir

📋 copy color: '#04340D'

red 4 ◦ green 52 ◦ blue 13

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

Shades of Deep Fir #04340D

Tints of Deep Fir #04340D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 75.36%

 BLUE value IS 13 (5.47% from 255) = 18.84%

R = 5.8%
G = 75.36%
B = 18.84%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.75

 K value IS 0.80

RGB Variations

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

Color information

#04340D (or 0x04340D) is known color: Deep Fir. HEX triplet: 04, 34 and 0D. RGB value is (4,52,13). Sum of RGB (Red+Green+Blue) = 4+52+13=69 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.80% from 69); Green value is 52 (20.70% from 255 or 75.36% from 69); Blue value is 13 (5.47% from 255 or 18.84% from 69); Max value from RGB is 52 - color contains mainly: green. Hex color #04340D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04340D is #FBCBF2. Grayscale: #212121. Windows color (decimal): -16501747 or 865284. OLE color: 865284.

HSL color Cylindrical-coordinate representation of color #04340D: hue angle of 131.25º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #04340D is Cyan = 0.92, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.80.

Color convert

RGB 4 52 13 -
CMYK 0.92 0 0.75 0.80
HSL 131.25º 0.86% 0.11% -
HSV(B) 131.25º 0.92% 0.2% -
XYZ 1.35 2.51 0.79 -
YUV 33.2 116.6 107.17 -
System Red Green Blue C M Y K H S L
Decimal 4 52 13 0.92 0 0.75 0.80 131.25 0.86 0.11
Hex 4 34 D 5C 0 4B 50 83 56 B
Octal 4 64 15 134 0 113 120 203 126 13
Binary 100 110100 1101 1011100 0 1001011 1010000 10000011 1010110 1011

Color Harmonies of #04340D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04340D

Black with #04340D

Text Example


Text Example

White with #04340D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04340D; }

 p { color: rgb(4,52,13); }

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

background-color css

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

 a { background-color: rgb(4,52,13); }

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

border-color css

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

 span { border-color: rgb(4,52,13); }

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