#033512

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

Shades of Deep Fir #033512

Tints of Deep Fir #033512

Color information

#033512 (or 0x033512) is unknown color: approx Deep Fir. HEX triplet: 03, 35 and 12. RGB value is (3,53,18). Sum of RGB (Red+Green+Blue) = 3+53+18=74 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.05% from 74); Green value is 53 (21.09% from 255 or 71.62% from 74); Blue value is 18 (7.42% from 255 or 24.32% from 74); Max value from RGB is 53 - color contains mainly: green. Hex color #033512 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033512 is #FCCAED. Grayscale: #222222. Windows color (decimal): -16567022 or 1193219. OLE color: 1193219.

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

Color convert

RGB35318-
CMYK0.9400.660.79
HSL138º89.29%10.98%-
HSV(B)138º94.34%20.78%-
XYZ1.422.611-
YUV34.06118.94105.85-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.05%
GREEN value IS 53 (21.09% from 255) = 71.62%
BLUE value IS 18 (7.42% from 255) = 24.32%
R=4.05%
G=71.62%
B=24.32%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal353180.9400.660.7913889.2910.98
Hex335125E0424F8a59b
Octal36522136010211721213113
Binary111101011001010111100100001010011111000101010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033512; }

 p { color: rgb(3,53,18); }

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

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

 a { background-color: rgb(3,53,18); }

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

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

 span { border-color: rgb(3,53,18); }

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