#003608

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

Shades of Deep Fir #003608

Tints of Deep Fir #003608

Color information

#003608 (or 0x003608) is unknown color: approx Deep Fir. HEX triplet: 00, 36 and 08. RGB value is (0,54,8). Sum of RGB (Red+Green+Blue) = 0+54+8=62 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 62); Green value is 54 (21.48% from 255 or 87.10% from 62); Blue value is 8 (3.52% from 255 or 12.90% from 62); Max value from RGB is 54 - color contains mainly: green. Hex color #003608 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003608 is #FFC9F7. Grayscale: #202020. Windows color (decimal): -16763384 or 538112. OLE color: 538112.

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

Color convert

RGB0548-
CMYK100.850.79
HSL128.89º100%10.59%-
HSV(B)128.89º100%21.18%-
XYZ1.362.660.67-
YUV32.61114.11104.74-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 54 (21.48% from 255) = 87.10%
BLUE value IS 8 (3.52% from 255) = 12.90%
R=0%
G=87.10%
B=12.90%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal0548100.850.79128.8910010.59
Hex0368640554F8164b
Octal06610144012511720114413
Binary0110110100011001000101010110011111000000111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003608; }

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

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

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

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

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

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

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

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