#03360E

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

Shades of Deep Fir #03360E

Tints of Deep Fir #03360E

Color information

#03360E (or 0x03360E) is unknown color: approx Deep Fir. HEX triplet: 03, 36 and 0E. RGB value is (3,54,14). Sum of RGB (Red+Green+Blue) = 3+54+14=71 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.23% from 71); Green value is 54 (21.48% from 255 or 76.06% from 71); Blue value is 14 (5.86% from 255 or 19.72% from 71); Max value from RGB is 54 - color contains mainly: green. Hex color #03360E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03360E is #FCC9F1. Grayscale: #222222. Windows color (decimal): -16566770 or 931331. OLE color: 931331.

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

Color convert

RGB35414-
CMYK0.9400.740.79
HSL132.94º89.47%11.18%-
HSV(B)132.94º94.44%21.18%-
XYZ1.442.690.86-
YUV34.19116.6105.75-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.23%
GREEN value IS 54 (21.48% from 255) = 76.06%
BLUE value IS 14 (5.86% from 255) = 19.72%
R=4.23%
G=76.06%
B=19.72%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal354140.9400.740.79132.9489.4711.18
Hex336E5E04A4F8559b
Octal36616136011211720513113
Binary11110110111010111100100101010011111000010110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03360E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03360E; }

 p { color: rgb(3,54,14); }

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

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

 a { background-color: rgb(3,54,14); }

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

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

 span { border-color: rgb(3,54,14); }

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