#063B19

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

Shades of Deep Fir #063B19

Tints of Deep Fir #063B19

Color information

#063B19 (or 0x063B19) is unknown color: approx Deep Fir. HEX triplet: 06, 3B and 19. RGB value is (6,59,25). Sum of RGB (Red+Green+Blue) = 6+59+25=90 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.67% from 90); Green value is 59 (23.44% from 255 or 65.56% from 90); Blue value is 25 (10.16% from 255 or 27.78% from 90); Max value from RGB is 59 - color contains mainly: green. Hex color #063B19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063B19 is #F9C4E6. Grayscale: #272727. Windows color (decimal): -16368871 or 1653510. OLE color: 1653510.

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

Color convert

RGB65925-
CMYK0.9000.580.77
HSL141.51º81.54%12.75%-
HSV(B)141.51º89.83%23.14%-
XYZ1.813.241.45-
YUV39.28119.94104.26-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.67%
GREEN value IS 59 (23.44% from 255) = 65.56%
BLUE value IS 25 (10.16% from 255) = 27.78%
R=6.67%
G=65.56%
B=27.78%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal659250.9000.580.77141.5181.5412.75
Hex63B195A03A4D8e52d
Octal6733113207211521612215
Binary110111011110011011010011101010011011000111010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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