#003708

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

Shades of Deep Fir #003708

Tints of Deep Fir #003708

Color information

#003708 (or 0x003708) is unknown color: approx Deep Fir. HEX triplet: 00, 37 and 08. RGB value is (0,55,8). Sum of RGB (Red+Green+Blue) = 0+55+8=63 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 63); Green value is 55 (21.88% from 255 or 87.30% from 63); Blue value is 8 (3.52% from 255 or 12.70% from 63); Max value from RGB is 55 - color contains mainly: green. Hex color #003708 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003708 is #FFC8F7. Grayscale: #212121. Windows color (decimal): -16763128 or 538368. OLE color: 538368.

HSL color Cylindrical-coordinate representation of color #003708: hue angle of 128.73º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003708 is Cyan = 1, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.78.

Color convert

RGB0558-
CMYK100.850.78
HSL128.73º100%10.78%-
HSV(B)128.73º100%21.57%-
XYZ1.412.750.69-
YUV33.2113.78104.32-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 55 (21.88% from 255) = 87.30%
BLUE value IS 8 (3.52% from 255) = 12.70%
R=0%
G=87.30%
B=12.70%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal0558100.850.78128.7310010.78
Hex0378640554E8164b
Octal06710144012511620114413
Binary0110111100011001000101010110011101000000111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003708; }

 p { color: rgb(0,55,8); }

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

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

 a { background-color: rgb(0,55,8); }

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

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

 span { border-color: rgb(0,55,8); }

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