#033714

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

Shades of Deep Fir #033714

Tints of Deep Fir #033714

Color information

#033714 (or 0x033714) is unknown color: approx Deep Fir. HEX triplet: 03, 37 and 14. RGB value is (3,55,20). Sum of RGB (Red+Green+Blue) = 3+55+20=78 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.85% from 78); Green value is 55 (21.88% from 255 or 70.51% from 78); Blue value is 20 (8.20% from 255 or 25.64% from 78); Max value from RGB is 55 - color contains mainly: green. Hex color #033714 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033714 is #FCC8EB. Grayscale: #232323. Windows color (decimal): -16566508 or 1324803. OLE color: 1324803.

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

Color convert

RGB35520-
CMYK0.9500.640.78
HSL139.62º89.66%11.37%-
HSV(B)139.62º94.55%21.57%-
XYZ1.532.81.12-
YUV35.46119.27104.85-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.85%
GREEN value IS 55 (21.88% from 255) = 70.51%
BLUE value IS 20 (8.20% from 255) = 25.64%
R=3.85%
G=70.51%
B=25.64%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal355200.9500.640.78139.6289.6611.37
Hex337145F0404E8c5ab
Octal36724137010011621413213
Binary111101111010010111110100000010011101000110010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033714; }

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

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

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

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

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

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

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

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