#033511

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

Shades of Deep Fir #033511

Tints of Deep Fir #033511

Color information

#033511 (or 0x033511) is unknown color: approx Deep Fir. HEX triplet: 03, 35 and 11. RGB value is (3,53,17). Sum of RGB (Red+Green+Blue) = 3+53+17=73 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.11% from 73); Green value is 53 (21.09% from 255 or 72.60% from 73); Blue value is 17 (7.03% from 255 or 23.29% from 73); Max value from RGB is 53 - color contains mainly: green. Hex color #033511 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033511 is #FCCAEE. Grayscale: #222222. Windows color (decimal): -16567023 or 1127683. OLE color: 1127683.

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

Color convert

RGB35317-
CMYK0.9400.680.79
HSL136.8º89.29%10.98%-
HSV(B)136.8º94.34%20.78%-
XYZ1.412.610.96-
YUV33.95118.44105.93-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.11%
GREEN value IS 53 (21.09% from 255) = 72.60%
BLUE value IS 17 (7.03% from 255) = 23.29%
R=4.11%
G=72.60%
B=23.29%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal353170.9400.680.79136.889.2910.98
Hex335115E0444F8959b
Octal36521136010411721113113
Binary111101011000110111100100010010011111000100110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033511; }

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

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

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

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

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

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

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

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