#061504

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

Shades of Myrtle #061504

Tints of Myrtle #061504

Color information

#061504 (or 0x061504) is unknown color: approx Myrtle. HEX triplet: 06, 15 and 04. RGB value is (6,21,4). Sum of RGB (Red+Green+Blue) = 6+21+4=31 (4% of max value = 765). Red value is 6 (2.73% from 255 or 19.35% from 31); Green value is 21 (8.59% from 255 or 67.74% from 31); Blue value is 4 (1.95% from 255 or 12.90% from 31); Max value from RGB is 21 - color contains mainly: green. Hex color #061504 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061504 is #F9EAFB. Grayscale: #0E0E0E. Windows color (decimal): -16378620 or 267526. OLE color: 267526.

HSL color Cylindrical-coordinate representation of color #061504: hue angle of 112.94º degrees, saturation: 0.68, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #061504 is Cyan = 0.71, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.92.

Color convert

RGB6214-
CMYK0.7100.810.92
HSL112.94º68%4.9%-
HSV(B)112.94º80.95%8.24%-
XYZ0.370.580.21-
YUV14.58122.03121.88-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 19.35%
GREEN value IS 21 (8.59% from 255) = 67.74%
BLUE value IS 4 (1.95% from 255) = 12.90%
R=19.35%
G=67.74%
B=12.90%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal62140.7100.810.92112.94684.9
Hex6154470515C71445
Octal625410701211341611045
Binary11010101100100011101010001101110011100011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061504; }

 p { color: rgb(6,21,4); }

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

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

 a { background-color: rgb(6,21,4); }

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

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

 span { border-color: rgb(6,21,4); }

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