#052506

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

Shades of Myrtle #052506

Tints of Myrtle #052506

Color information

#052506 (or 0x052506) is unknown color: approx Myrtle. HEX triplet: 05, 25 and 06. RGB value is (5,37,6). Sum of RGB (Red+Green+Blue) = 5+37+6=48 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.42% from 48); Green value is 37 (14.84% from 255 or 77.08% from 48); Blue value is 6 (2.73% from 255 or 12.5% from 48); Max value from RGB is 37 - color contains mainly: green. Hex color #052506 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052506 is #FADAF9. Grayscale: #171717. Windows color (decimal): -16440058 or 402693. OLE color: 402693.

HSL color Cylindrical-coordinate representation of color #052506: hue angle of 121.88º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #052506 is Cyan = 0.86, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.85.

Color convert

RGB5376-
CMYK0.8600.840.85
HSL121.88º76.19%8.24%-
HSV(B)121.88º86.49%14.51%-
XYZ0.761.370.4-
YUV23.9117.9114.52-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 10.42%
GREEN value IS 37 (14.84% from 255) = 77.08%
BLUE value IS 6 (2.73% from 255) = 12.5%
R=10.42%
G=77.08%
B=12.5%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal53760.8600.840.85121.8876.198.24
Hex525656054557a4c8
Octal5456126012412517211410
Binary1011001011101010110010101001010101111101010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052506; }

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

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

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

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

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

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

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

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