#033712

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

Shades of Deep Fir #033712

Tints of Deep Fir #033712

Color information

#033712 (or 0x033712) is unknown color: approx Deep Fir. HEX triplet: 03, 37 and 12. RGB value is (3,55,18). Sum of RGB (Red+Green+Blue) = 3+55+18=76 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.95% from 76); Green value is 55 (21.88% from 255 or 72.37% from 76); Blue value is 18 (7.42% from 255 or 23.68% from 76); Max value from RGB is 55 - color contains mainly: green. Hex color #033712 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033712 is #FCC8ED. Grayscale: #232323. Windows color (decimal): -16566510 or 1193731. OLE color: 1193731.

HSL color Cylindrical-coordinate representation of color #033712: hue angle of 137.31º 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 #033712 is Cyan = 0.95, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.78.

Color convert

RGB35518-
CMYK0.9500.670.78
HSL137.31º89.66%11.37%-
HSV(B)137.31º94.55%21.57%-
XYZ1.512.81.03-
YUV35.23118.27105.01-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.95%
GREEN value IS 55 (21.88% from 255) = 72.37%
BLUE value IS 18 (7.42% from 255) = 23.68%
R=3.95%
G=72.37%
B=23.68%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal355180.9500.670.78137.3189.6611.37
Hex337125F0434E895ab
Octal36722137010311621113213
Binary111101111001010111110100001110011101000100110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033712; }

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

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

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

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

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

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

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

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