#033713

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

Shades of Deep Fir #033713

Tints of Deep Fir #033713

Color information

#033713 (or 0x033713) is unknown color: approx Deep Fir. HEX triplet: 03, 37 and 13. RGB value is (3,55,19). Sum of RGB (Red+Green+Blue) = 3+55+19=77 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.90% from 77); Green value is 55 (21.88% from 255 or 71.43% from 77); Blue value is 19 (7.81% from 255 or 24.68% from 77); Max value from RGB is 55 - color contains mainly: green. Hex color #033713 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033713 is #FCC8EC. Grayscale: #232323. Windows color (decimal): -16566509 or 1259267. OLE color: 1259267.

HSL color Cylindrical-coordinate representation of color #033713: hue angle of 138.46º degrees, saturation: 0.9, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #033713 is Cyan = 0.95, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.78.

Color convert

RGB35519-
CMYK0.9500.650.78
HSL138.46º89.66%11.37%-
HSV(B)138.46º94.55%21.57%-
XYZ1.522.81.08-
YUV35.35118.77104.93-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.90%
GREEN value IS 55 (21.88% from 255) = 71.43%
BLUE value IS 19 (7.81% from 255) = 24.68%
R=3.90%
G=71.43%
B=24.68%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal355190.9500.650.78138.4689.6611.37
Hex337135F0414E8a5ab
Octal36723137010111621213213
Binary111101111001110111110100000110011101000101010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033713; }

 p { color: rgb(3,55,19); }

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

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

 a { background-color: rgb(3,55,19); }

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

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

 span { border-color: rgb(3,55,19); }

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