Html Css Color HEX #04340A Deep Fir

📋 copy color: '#04340A'

red 4 ◦ green 52 ◦ blue 10

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

Shades of Deep Fir #04340A

Tints of Deep Fir #04340A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 15.15%

R = 6.06%
G = 78.79%
B = 15.15%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.81

 K value IS 0.80

RGB Variations

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

Color information

#04340A (or 0x04340A) is known color: Deep Fir. HEX triplet: 04, 34 and 0A. RGB value is (4,52,10). Sum of RGB (Red+Green+Blue) = 4+52+10=66 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.06% from 66); Green value is 52 (20.70% from 255 or 78.79% from 66); Blue value is 10 (4.30% from 255 or 15.15% from 66); Max value from RGB is 52 - color contains mainly: green. Hex color #04340A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04340A is #FBCBF5. Grayscale: #202020. Windows color (decimal): -16501750 or 668676. OLE color: 668676.

HSL color Cylindrical-coordinate representation of color #04340A: hue angle of 127.5º 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 #04340A is Cyan = 0.92, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.80.

Color convert

RGB 4 52 10 -
CMYK 0.92 0 0.81 0.80
HSL 127.5º 0.86% 0.11% -
HSV(B) 127.5º 0.92% 0.2% -
XYZ 1.33 2.5 0.7 -
YUV 32.86 115.1 107.42 -
System Red Green Blue C M Y K H S L
Decimal 4 52 10 0.92 0 0.81 0.80 127.5 0.86 0.11
Hex 4 34 A 5C 0 51 50 80 56 B
Octal 4 64 12 134 0 121 120 200 126 13
Binary 100 110100 1010 1011100 0 1010001 1010000 10000000 1010110 1011

Color Harmonies of #04340A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04340A

Black with #04340A

Text Example


Text Example

White with #04340A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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