#04340B

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

Shades of Deep Fir #04340B

Tints of Deep Fir #04340B

Color information

#04340B (or 0x04340B) is unknown color: approx Deep Fir. HEX triplet: 04, 34 and 0B. RGB value is (4,52,11). Sum of RGB (Red+Green+Blue) = 4+52+11=67 (8% of max value = 765). Red value is 4 (1.95% from 255 or 5.97% from 67); Green value is 52 (20.70% from 255 or 77.61% from 67); Blue value is 11 (4.69% from 255 or 16.42% from 67); Max value from RGB is 52 - color contains mainly: green. Hex color #04340B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04340B is #FBCBF4. Grayscale: #212121. Windows color (decimal): -16501749 or 734212. OLE color: 734212.

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

Color convert

RGB45211-
CMYK0.9200.790.80
HSL128.75º85.71%10.98%-
HSV(B)128.75º92.31%20.39%-
XYZ1.342.510.73-
YUV32.97115.6107.33-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.97%
GREEN value IS 52 (20.70% from 255) = 77.61%
BLUE value IS 11 (4.69% from 255) = 16.42%
R=5.97%
G=77.61%
B=16.42%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal452110.9200.790.80128.7585.7110.98
Hex434B5C04F508156b
Octal46413134011712020112613
Binary100110100101110111000100111110100001000000110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04340B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #04340B;
 }
 .AnyTagClassName
 {
   color: #04340B;
 }
</style>
background-color css

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

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

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

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

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

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