#04340A

Color #04340A Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #04340A

Tints of Deep Fir #04340A

Color information

#04340A (or 0x04340A) is unknown color: approx 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

RGB45210-
CMYK0.9200.810.80
HSL127.5º85.71%10.98%-
HSV(B)127.5º92.31%20.39%-
XYZ1.332.50.7-
YUV32.86115.1107.42-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 6.06%
GREEN value IS 52 (20.70% from 255) = 78.79%
BLUE value IS 10 (4.30% from 255) = 15.15%
R=6.06%
G=78.79%
B=15.15%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal452100.9200.810.80127.585.7110.98
Hex434A5C051508056b
Octal46412134012112020012613
Binary100110100101010111000101000110100001000000010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04340A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>