#053006

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

Shades of Myrtle #053006

Tints of Myrtle #053006

Color information

#053006 (or 0x053006) is unknown color: approx Myrtle. HEX triplet: 05, 30 and 06. RGB value is (5,48,6). Sum of RGB (Red+Green+Blue) = 5+48+6=59 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.47% from 59); Green value is 48 (19.14% from 255 or 81.36% from 59); Blue value is 6 (2.73% from 255 or 10.17% from 59); Max value from RGB is 48 - color contains mainly: green. Hex color #053006 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053006 is #FACFF9. Grayscale: #1E1E1E. Windows color (decimal): -16437242 or 405509. OLE color: 405509.

HSL color Cylindrical-coordinate representation of color #053006: hue angle of 121.4º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #053006 is Cyan = 0.90, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.81.

Color convert

RGB5486-
CMYK0.9000.870.81
HSL121.4º81.13%10.39%-
HSV(B)121.4º89.58%18.82%-
XYZ1.152.160.53-
YUV30.36114.25109.92-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.47%
GREEN value IS 48 (19.14% from 255) = 81.36%
BLUE value IS 6 (2.73% from 255) = 10.17%
R=8.47%
G=81.36%
B=10.17%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal54860.9000.870.81121.481.1310.39
Hex53065A057517951a
Octal5606132012712117112112
Binary1011100001101011010010101111010001111100110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053006; }

 p { color: rgb(5,48,6); }

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

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

 a { background-color: rgb(5,48,6); }

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

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

 span { border-color: rgb(5,48,6); }

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