#063A0D

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

Shades of Deep Fir #063A0D

Tints of Deep Fir #063A0D

Color information

#063A0D (or 0x063A0D) is unknown color: approx Deep Fir. HEX triplet: 06, 3A and 0D. RGB value is (6,58,13). Sum of RGB (Red+Green+Blue) = 6+58+13=77 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.79% from 77); Green value is 58 (23.05% from 255 or 75.32% from 77); Blue value is 13 (5.47% from 255 or 16.88% from 77); Max value from RGB is 58 - color contains mainly: green. Hex color #063A0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063A0D is #F9C5F2. Grayscale: #252525. Windows color (decimal): -16369139 or 866822. OLE color: 866822.

HSL color Cylindrical-coordinate representation of color #063A0D: hue angle of 128.08º degrees, saturation: 0.81, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #063A0D is Cyan = 0.90, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.77.

Color convert

RGB65813-
CMYK0.9000.780.77
HSL128.08º81.25%12.55%-
HSV(B)128.08º89.66%22.75%-
XYZ1.663.090.89-
YUV37.32114.27105.66-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.79%
GREEN value IS 58 (23.05% from 255) = 75.32%
BLUE value IS 13 (5.47% from 255) = 16.88%
R=7.79%
G=75.32%
B=16.88%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal658130.9000.780.77128.0881.2512.55
Hex63AD5A04E4D8051d
Octal67215132011611520012115
Binary110111010110110110100100111010011011000000010100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063A0D; }

 p { color: rgb(6,58,13); }

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

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

 a { background-color: rgb(6,58,13); }

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

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

 span { border-color: rgb(6,58,13); }

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