#063D0D

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

Shades of Myrtle #063D0D

Tints of Myrtle #063D0D

Color information

#063D0D (or 0x063D0D) is unknown color: approx Myrtle. HEX triplet: 06, 3D and 0D. RGB value is (6,61,13). Sum of RGB (Red+Green+Blue) = 6+61+13=80 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.5% from 80); Green value is 61 (24.22% from 255 or 76.25% from 80); Blue value is 13 (5.47% from 255 or 16.25% from 80); Max value from RGB is 61 - color contains mainly: green. Hex color #063D0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063D0D is #F9C2F2. Grayscale: #272727. Windows color (decimal): -16368371 or 867590. OLE color: 867590.

HSL color Cylindrical-coordinate representation of color #063D0D: hue angle of 127.64º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #063D0D is Cyan = 0.90, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.76.

Color convert

RGB66113-
CMYK0.9000.790.76
HSL127.64º82.09%13.14%-
HSV(B)127.64º90.16%23.92%-
XYZ1.823.410.94-
YUV39.08113.28104.4-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.5%
GREEN value IS 61 (24.22% from 255) = 76.25%
BLUE value IS 13 (5.47% from 255) = 16.25%
R=7.5%
G=76.25%
B=16.25%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal661130.9000.790.76127.6482.0913.14
Hex63DD5A04F4C8052d
Octal67515132011711420012215
Binary110111101110110110100100111110011001000000010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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