#003D09

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

Shades of Deep Fir #003D09

Tints of Deep Fir #003D09

Color information

#003D09 (or 0x003D09) is unknown color: approx Deep Fir. HEX triplet: 00, 3D and 09. RGB value is (0,61,9). Sum of RGB (Red+Green+Blue) = 0+61+9=70 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 70); Green value is 61 (24.22% from 255 or 87.14% from 70); Blue value is 9 (3.91% from 255 or 12.86% from 70); Max value from RGB is 61 - color contains mainly: green. Hex color #003D09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003D09 is #FFC2F6. Grayscale: #242424. Windows color (decimal): -16761591 or 605440. OLE color: 605440.

HSL color Cylindrical-coordinate representation of color #003D09: hue angle of 128.85º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003D09 is Cyan = 1, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.76.

Color convert

RGB0619-
CMYK100.850.76
HSL128.85º100%11.96%-
HSV(B)128.85º100%23.92%-
XYZ1.723.360.82-
YUV36.83112.29101.73-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 61 (24.22% from 255) = 87.14%
BLUE value IS 9 (3.91% from 255) = 12.86%
R=0%
G=87.14%
B=12.86%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal0619100.850.76128.8510011.96
Hex03D9640554C8164c
Octal07511144012511420114414
Binary0111101100111001000101010110011001000000111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003D09; }

 p { color: rgb(0,61,9); }

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

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

 a { background-color: rgb(0,61,9); }

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

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

 span { border-color: rgb(0,61,9); }

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