#033409

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

Shades of Deep Fir #033409

Tints of Deep Fir #033409

Color information

#033409 (or 0x033409) is unknown color: approx Deep Fir. HEX triplet: 03, 34 and 09. RGB value is (3,52,9). Sum of RGB (Red+Green+Blue) = 3+52+9=64 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.69% from 64); Green value is 52 (20.70% from 255 or 81.25% from 64); Blue value is 9 (3.91% from 255 or 14.06% from 64); Max value from RGB is 52 - color contains mainly: green. Hex color #033409 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033409 is #FCCBF6. Grayscale: #202020. Windows color (decimal): -16567287 or 603139. OLE color: 603139.

HSL color Cylindrical-coordinate representation of color #033409: hue angle of 127.35º 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 #033409 is Cyan = 0.94, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.80.

Color convert

RGB3529-
CMYK0.9400.830.80
HSL127.35º89.09%10.78%-
HSV(B)127.35º94.23%20.39%-
XYZ1.312.50.67-
YUV32.45114.77107-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.69%
GREEN value IS 52 (20.70% from 255) = 81.25%
BLUE value IS 9 (3.91% from 255) = 14.06%
R=4.69%
G=81.25%
B=14.06%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal35290.9400.830.80127.3589.0910.78
Hex33495E053507f59b
Octal36411136012312017713113
Binary1111010010011011110010100111010000111111110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033409; }

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

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

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

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

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

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

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

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