#033509

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

Shades of Deep Fir #033509

Tints of Deep Fir #033509

Color information

#033509 (or 0x033509) is unknown color: approx Deep Fir. HEX triplet: 03, 35 and 09. RGB value is (3,53,9). Sum of RGB (Red+Green+Blue) = 3+53+9=65 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.62% from 65); Green value is 53 (21.09% from 255 or 81.54% from 65); Blue value is 9 (3.91% from 255 or 13.85% from 65); Max value from RGB is 53 - color contains mainly: green. Hex color #033509 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033509 is #FCCAF6. Grayscale: #212121. Windows color (decimal): -16567031 or 603395. OLE color: 603395.

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

Color convert

RGB3539-
CMYK0.9400.830.79
HSL127.2º89.29%10.98%-
HSV(B)127.2º94.34%20.78%-
XYZ1.362.590.69-
YUV33.03114.44106.58-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.62%
GREEN value IS 53 (21.09% from 255) = 81.54%
BLUE value IS 9 (3.91% from 255) = 13.85%
R=4.62%
G=81.54%
B=13.85%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal35390.9400.830.79127.289.2910.98
Hex33595E0534F7f59b
Octal36511136012311717713113
Binary1111010110011011110010100111001111111111110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033509; }

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

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

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

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

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

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

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

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