#053106

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

Shades of Myrtle #053106

Tints of Myrtle #053106

Color information

#053106 (or 0x053106) is unknown color: approx Myrtle. HEX triplet: 05, 31 and 06. RGB value is (5,49,6). Sum of RGB (Red+Green+Blue) = 5+49+6=60 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.33% from 60); Green value is 49 (19.53% from 255 or 81.67% from 60); Blue value is 6 (2.73% from 255 or 10% from 60); Max value from RGB is 49 - color contains mainly: green. Hex color #053106 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053106 is #FACEF9. Grayscale: #1F1F1F. Windows color (decimal): -16436986 or 405765. OLE color: 405765.

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

Color convert

RGB5496-
CMYK0.9000.880.81
HSL121.36º81.48%10.59%-
HSV(B)121.36º89.8%19.22%-
XYZ1.192.240.54-
YUV30.94113.92109.5-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.33%
GREEN value IS 49 (19.53% from 255) = 81.67%
BLUE value IS 6 (2.73% from 255) = 10%
R=8.33%
G=81.67%
B=10%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal54960.9000.880.81121.3681.4810.59
Hex53165A058517951b
Octal5616132013012117112113
Binary1011100011101011010010110001010001111100110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053106; }

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

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

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

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

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

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

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

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