#053206

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

Shades of Myrtle #053206

Tints of Myrtle #053206

Color information

#053206 (or 0x053206) is unknown color: approx Myrtle. HEX triplet: 05, 32 and 06. RGB value is (5,50,6). Sum of RGB (Red+Green+Blue) = 5+50+6=61 (8% of max value = 765). Red value is 5 (2.34% from 255 or 8.20% from 61); Green value is 50 (19.92% from 255 or 81.97% from 61); Blue value is 6 (2.73% from 255 or 9.84% from 61); Max value from RGB is 50 - color contains mainly: green. Hex color #053206 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053206 is #FACDF9. Grayscale: #1F1F1F. Windows color (decimal): -16436730 or 406021. OLE color: 406021.

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

Color convert

RGB5506-
CMYK0.9000.880.80
HSL121.33º81.82%10.78%-
HSV(B)121.33º90%19.61%-
XYZ1.242.330.56-
YUV31.53113.59109.08-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.20%
GREEN value IS 50 (19.92% from 255) = 81.97%
BLUE value IS 6 (2.73% from 255) = 9.84%
R=8.20%
G=81.97%
B=9.84%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal55060.9000.880.80121.3381.8210.78
Hex53265A058507952b
Octal5626132013012017112213
Binary1011100101101011010010110001010000111100110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053206; }

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

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

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

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

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

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

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

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