#063A19

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

Shades of Deep Fir #063A19

Tints of Deep Fir #063A19

Color information

#063A19 (or 0x063A19) is unknown color: approx Deep Fir. HEX triplet: 06, 3A and 19. RGB value is (6,58,25). Sum of RGB (Red+Green+Blue) = 6+58+25=89 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.74% from 89); Green value is 58 (23.05% from 255 or 65.17% from 89); Blue value is 25 (10.16% from 255 or 28.09% from 89); Max value from RGB is 58 - color contains mainly: green. Hex color #063A19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063A19 is #F9C5E6. Grayscale: #262626. Windows color (decimal): -16369127 or 1653254. OLE color: 1653254.

HSL color Cylindrical-coordinate representation of color #063A19: hue angle of 141.92º 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 #063A19 is Cyan = 0.90, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.77.

Color convert

RGB65825-
CMYK0.9000.570.77
HSL141.92º81.25%12.55%-
HSV(B)141.92º89.66%22.75%-
XYZ1.763.141.43-
YUV38.69120.27104.68-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.74%
GREEN value IS 58 (23.05% from 255) = 65.17%
BLUE value IS 25 (10.16% from 255) = 28.09%
R=6.74%
G=65.17%
B=28.09%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal658250.9000.570.77141.9281.2512.55
Hex63A195A0394D8e51d
Octal6723113207111521612115
Binary110111010110011011010011100110011011000111010100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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