#063A0A

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

Shades of Myrtle #063A0A

Tints of Myrtle #063A0A

Color information

#063A0A (or 0x063A0A) is unknown color: approx Myrtle. HEX triplet: 06, 3A and 0A. RGB value is (6,58,10). Sum of RGB (Red+Green+Blue) = 6+58+10=74 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.11% from 74); Green value is 58 (23.05% from 255 or 78.38% from 74); Blue value is 10 (4.30% from 255 or 13.51% from 74); Max value from RGB is 58 - color contains mainly: green. Hex color #063A0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063A0A is #F9C5F5. Grayscale: #252525. Windows color (decimal): -16369142 or 670214. OLE color: 670214.

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

Color convert

RGB65810-
CMYK0.9000.830.77
HSL124.62º81.25%12.55%-
HSV(B)124.62º89.66%22.75%-
XYZ1.643.090.8-
YUV36.98112.77105.9-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8.11%
GREEN value IS 58 (23.05% from 255) = 78.38%
BLUE value IS 10 (4.30% from 255) = 13.51%
R=8.11%
G=78.38%
B=13.51%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal658100.9000.830.77124.6281.2512.55
Hex63AA5A0534D7d51d
Octal67212132012311517512115
Binary11011101010101011010010100111001101111110110100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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