#033208

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

Shades of Deep Fir #033208

Tints of Deep Fir #033208

Color information

#033208 (or 0x033208) is unknown color: approx Deep Fir. HEX triplet: 03, 32 and 08. RGB value is (3,50,8). Sum of RGB (Red+Green+Blue) = 3+50+8=61 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.92% from 61); Green value is 50 (19.92% from 255 or 81.97% from 61); Blue value is 8 (3.52% from 255 or 13.11% from 61); Max value from RGB is 50 - color contains mainly: green. Hex color #033208 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033208 is #FCCDF7. Grayscale: #1F1F1F. Windows color (decimal): -16567800 or 537091. OLE color: 537091.

HSL color Cylindrical-coordinate representation of color #033208: hue angle of 126.38º degrees, saturation: 0.89, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #033208 is Cyan = 0.94, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.80.

Color convert

RGB3508-
CMYK0.9400.840.80
HSL126.38º88.68%10.39%-
HSV(B)126.38º94%19.61%-
XYZ1.222.320.61-
YUV31.16114.93107.92-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.92%
GREEN value IS 50 (19.92% from 255) = 81.97%
BLUE value IS 8 (3.52% from 255) = 13.11%
R=4.92%
G=81.97%
B=13.11%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal35080.9400.840.80126.3888.6810.39
Hex33285E054507e59a
Octal36210136012412017613112
Binary1111001010001011110010101001010000111111010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033208; }

 p { color: rgb(3,50,8); }

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

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

 a { background-color: rgb(3,50,8); }

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

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

 span { border-color: rgb(3,50,8); }

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