#043413

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

Shades of Deep Fir #043413

Tints of Deep Fir #043413

Color information

#043413 (or 0x043413) is unknown color: approx Deep Fir. HEX triplet: 04, 34 and 13. RGB value is (4,52,19). Sum of RGB (Red+Green+Blue) = 4+52+19=75 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.33% from 75); Green value is 52 (20.70% from 255 or 69.33% from 75); Blue value is 19 (7.81% from 255 or 25.33% from 75); Max value from RGB is 52 - color contains mainly: green. Hex color #043413 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #043413 is #FBCBEC. Grayscale: #212121. Windows color (decimal): -16501741 or 1258500. OLE color: 1258500.

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

Color convert

RGB45219-
CMYK0.9200.630.80
HSL138.75º85.71%10.98%-
HSV(B)138.75º92.31%20.39%-
XYZ1.42.531.03-
YUV33.89119.6106.68-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.33%
GREEN value IS 52 (20.70% from 255) = 69.33%
BLUE value IS 19 (7.81% from 255) = 25.33%
R=5.33%
G=69.33%
B=25.33%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal452190.9200.630.80138.7585.7110.98
Hex434135C03F508b56b
Octal4642313407712021312613
Binary100110100100111011100011111110100001000101110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #043413; }

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

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

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

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

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

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

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

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