#033D0D

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

Shades of Deep Fir #033D0D

Tints of Deep Fir #033D0D

Color information

#033D0D (or 0x033D0D) is unknown color: approx Deep Fir. HEX triplet: 03, 3D and 0D. RGB value is (3,61,13). Sum of RGB (Red+Green+Blue) = 3+61+13=77 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.90% from 77); Green value is 61 (24.22% from 255 or 79.22% from 77); Blue value is 13 (5.47% from 255 or 16.88% from 77); Max value from RGB is 61 - color contains mainly: green. Hex color #033D0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033D0D is #FCC2F2. Grayscale: #262626. Windows color (decimal): -16564979 or 867587. OLE color: 867587.

HSL color Cylindrical-coordinate representation of color #033D0D: hue angle of 130.34º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #033D0D is Cyan = 0.95, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.76.

Color convert

RGB36113-
CMYK0.9500.790.76
HSL130.34º90.62%12.55%-
HSV(B)130.34º95.08%23.92%-
XYZ1.783.390.94-
YUV38.19113.78102.9-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.90%
GREEN value IS 61 (24.22% from 255) = 79.22%
BLUE value IS 13 (5.47% from 255) = 16.88%
R=3.90%
G=79.22%
B=16.88%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal361130.9500.790.76130.3490.6212.55
Hex33DD5F04F4C825bd
Octal37515137011711420213315
Binary11111101110110111110100111110011001000001010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033D0D; }

 p { color: rgb(3,61,13); }

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

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

 a { background-color: rgb(3,61,13); }

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

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

 span { border-color: rgb(3,61,13); }

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