#034413

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

Shades of Deep Fir #034413

Tints of Deep Fir #034413

Color information

#034413 (or 0x034413) is unknown color: approx Deep Fir. HEX triplet: 03, 44 and 13. RGB value is (3,68,19). Sum of RGB (Red+Green+Blue) = 3+68+19=90 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.33% from 90); Green value is 68 (26.95% from 255 or 75.56% from 90); Blue value is 19 (7.81% from 255 or 21.11% from 90); Max value from RGB is 68 - color contains mainly: green. Hex color #034413 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034413 is #FCBBEC. Grayscale: #2B2B2B. Windows color (decimal): -16563181 or 1262595. OLE color: 1262595.

HSL color Cylindrical-coordinate representation of color #034413: hue angle of 134.77º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034413 is Cyan = 0.96, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.73.

Color convert

RGB36819-
CMYK0.9600.720.73
HSL134.77º91.55%13.92%-
HSV(B)134.77º95.59%26.67%-
XYZ2.224.21.31-
YUV42.98114.4799.48-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.33%
GREEN value IS 68 (26.95% from 255) = 75.56%
BLUE value IS 19 (7.81% from 255) = 21.11%
R=3.33%
G=75.56%
B=21.11%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal368190.9600.720.73134.7791.5513.92
Hex344136004849875ce
Octal310423140011011120713416
Binary1110001001001111000000100100010010011000011110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034413; }

 p { color: rgb(3,68,19); }

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

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

 a { background-color: rgb(3,68,19); }

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

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

 span { border-color: rgb(3,68,19); }

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