#033811

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

Shades of Deep Fir #033811

Tints of Deep Fir #033811

Color information

#033811 (or 0x033811) is unknown color: approx Deep Fir. HEX triplet: 03, 38 and 11. RGB value is (3,56,17). Sum of RGB (Red+Green+Blue) = 3+56+17=76 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.95% from 76); Green value is 56 (22.27% from 255 or 73.68% from 76); Blue value is 17 (7.03% from 255 or 22.37% from 76); Max value from RGB is 56 - color contains mainly: green. Hex color #033811 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033811 is #FCC7EE. Grayscale: #232323. Windows color (decimal): -16566255 or 1128451. OLE color: 1128451.

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

Color convert

RGB35617-
CMYK0.9500.700.78
HSL135.85º89.83%11.57%-
HSV(B)135.85º94.64%21.96%-
XYZ1.552.891.01-
YUV35.71117.44104.67-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.95%
GREEN value IS 56 (22.27% from 255) = 73.68%
BLUE value IS 17 (7.03% from 255) = 22.37%
R=3.95%
G=73.68%
B=22.37%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal356170.9500.700.78135.8589.8311.57
Hex338115F0464E885ac
Octal37021137010611621013214
Binary111110001000110111110100011010011101000100010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033811; }

 p { color: rgb(3,56,17); }

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

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

 a { background-color: rgb(3,56,17); }

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

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

 span { border-color: rgb(3,56,17); }

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