#043213

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

Shades of Deep Fir #043213

Tints of Deep Fir #043213

Color information

#043213 (or 0x043213) is unknown color: approx Deep Fir. HEX triplet: 04, 32 and 13. RGB value is (4,50,19). Sum of RGB (Red+Green+Blue) = 4+50+19=73 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.48% from 73); Green value is 50 (19.92% from 255 or 68.49% from 73); Blue value is 19 (7.81% from 255 or 26.03% from 73); Max value from RGB is 50 - color contains mainly: green. Hex color #043213 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #043213 is #FBCDEC. Grayscale: #202020. Windows color (decimal): -16502253 or 1257988. OLE color: 1257988.

HSL color Cylindrical-coordinate representation of color #043213: hue angle of 139.57º degrees, saturation: 0.85, 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 #043213 is Cyan = 0.92, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.80.

Color convert

RGB45019-
CMYK0.9200.620.80
HSL139.57º85.19%10.59%-
HSV(B)139.57º92%19.61%-
XYZ1.312.351-
YUV32.71120.26107.52-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.48%
GREEN value IS 50 (19.92% from 255) = 68.49%
BLUE value IS 19 (7.81% from 255) = 26.03%
R=5.48%
G=68.49%
B=26.03%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal450190.9200.620.80139.5785.1910.59
Hex432135C03E508c55b
Octal4622313407612021412513
Binary100110010100111011100011111010100001000110010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #043213; }

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

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

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

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

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

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

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

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