#043310

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

Shades of Deep Fir #043310

Tints of Deep Fir #043310

Color information

#043310 (or 0x043310) is unknown color: approx Deep Fir. HEX triplet: 04, 33 and 10. RGB value is (4,51,16). Sum of RGB (Red+Green+Blue) = 4+51+16=71 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.63% from 71); Green value is 51 (20.31% from 255 or 71.83% from 71); Blue value is 16 (6.64% from 255 or 22.54% from 71); Max value from RGB is 51 - color contains mainly: green. Hex color #043310 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #043310 is #FBCCEF. Grayscale: #212121. Windows color (decimal): -16502000 or 1061636. OLE color: 1061636.

HSL color Cylindrical-coordinate representation of color #043310: hue angle of 135.32º 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 #043310 is Cyan = 0.92, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.8.

Color convert

RGB45116-
CMYK0.9200.690.8
HSL135.32º85.45%10.78%-
HSV(B)135.32º92.16%20%-
XYZ1.332.430.89-
YUV32.96118.43107.35-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.63%
GREEN value IS 51 (20.31% from 255) = 71.83%
BLUE value IS 16 (6.64% from 255) = 22.54%
R=5.63%
G=71.83%
B=22.54%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal451160.9200.690.8135.3285.4510.78
Hex433105C045508755b
Octal46320134010512020712513
Binary1001100111000010111000100010110100001000011110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #043310; }

 p { color: rgb(4,51,16); }

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

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

 a { background-color: rgb(4,51,16); }

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

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

 span { border-color: rgb(4,51,16); }

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