#032609

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

Shades of Deep Fir #032609

Tints of Deep Fir #032609

Color information

#032609 (or 0x032609) is unknown color: approx Deep Fir. HEX triplet: 03, 26 and 09. RGB value is (3,38,9). Sum of RGB (Red+Green+Blue) = 3+38+9=50 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6% from 50); Green value is 38 (15.23% from 255 or 76% from 50); Blue value is 9 (3.91% from 255 or 18% from 50); Max value from RGB is 38 - color contains mainly: green. Hex color #032609 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032609 is #FCD9F6. Grayscale: #181818. Windows color (decimal): -16570871 or 599555. OLE color: 599555.

HSL color Cylindrical-coordinate representation of color #032609: hue angle of 130.29º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #032609 is Cyan = 0.92, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.85.

Color convert

RGB3389-
CMYK0.9200.760.85
HSL130.29º85.37%8.04%-
HSV(B)130.29º92.11%14.9%-
XYZ0.781.430.49-
YUV24.23119.4112.86-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 6%
GREEN value IS 38 (15.23% from 255) = 76%
BLUE value IS 9 (3.91% from 255) = 18%
R=6%
G=76%
B=18%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal33890.9200.760.85130.2985.378.04
Hex32695C04C5582558
Octal34611134011412520212510
Binary11100110100110111000100110010101011000001010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032609; }

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

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

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

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

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

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

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

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