#033413

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

Shades of Deep Fir #033413

Tints of Deep Fir #033413

Color information

#033413 (or 0x033413) is unknown color: approx Deep Fir. HEX triplet: 03, 34 and 13. RGB value is (3,52,19). Sum of RGB (Red+Green+Blue) = 3+52+19=74 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.05% from 74); Green value is 52 (20.70% from 255 or 70.27% from 74); Blue value is 19 (7.81% from 255 or 25.68% from 74); Max value from RGB is 52 - color contains mainly: green. Hex color #033413 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033413 is #FCCBEC. Grayscale: #212121. Windows color (decimal): -16567277 or 1258499. OLE color: 1258499.

HSL color Cylindrical-coordinate representation of color #033413: hue angle of 139.59º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #033413 is Cyan = 0.94, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.80.

Color convert

RGB35219-
CMYK0.9400.630.80
HSL139.59º89.09%10.78%-
HSV(B)139.59º94.23%20.39%-
XYZ1.382.521.03-
YUV33.59119.77106.18-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.05%
GREEN value IS 52 (20.70% from 255) = 70.27%
BLUE value IS 19 (7.81% from 255) = 25.68%
R=4.05%
G=70.27%
B=25.68%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal352190.9400.630.80139.5989.0910.78
Hex334135E03F508c59b
Octal3642313607712021413113
Binary11110100100111011110011111110100001000110010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033413; }

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

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

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

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

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

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

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

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