#003206

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

Shades of Deep Fir #003206

Tints of Deep Fir #003206

Color information

#003206 (or 0x003206) is unknown color: approx Deep Fir. HEX triplet: 00, 32 and 06. RGB value is (0,50,6). Sum of RGB (Red+Green+Blue) = 0+50+6=56 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 56); Green value is 50 (19.92% from 255 or 89.29% from 56); Blue value is 6 (2.73% from 255 or 10.71% from 56); Max value from RGB is 50 - color contains mainly: green. Hex color #003206 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003206 is #FFCDF9. Grayscale: #1E1E1E. Windows color (decimal): -16764410 or 406016. OLE color: 406016.

HSL color Cylindrical-coordinate representation of color #003206: hue angle of 127.2º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003206 is Cyan = 1, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.80.

Color convert

RGB0506-
CMYK100.880.80
HSL127.2º100%9.8%-
HSV(B)127.2º100%19.61%-
XYZ1.172.290.55-
YUV30.03114.44106.58-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 50 (19.92% from 255) = 89.29%
BLUE value IS 6 (2.73% from 255) = 10.71%
R=0%
G=89.29%
B=10.71%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal0506100.880.80127.21009.8
Hex032664058507f64a
Octal0626144013012017714412
Binary01100101101100100010110001010000111111111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003206; }

 p { color: rgb(0,50,6); }

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

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

 a { background-color: rgb(0,50,6); }

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

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

 span { border-color: rgb(0,50,6); }

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