#052505

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

Shades of Myrtle #052505

Tints of Myrtle #052505

Color information

#052505 (or 0x052505) is unknown color: approx Myrtle. HEX triplet: 05, 25 and 05. RGB value is (5,37,5). Sum of RGB (Red+Green+Blue) = 5+37+5=47 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.64% from 47); Green value is 37 (14.84% from 255 or 78.72% from 47); Blue value is 5 (2.34% from 255 or 10.64% from 47); Max value from RGB is 37 - color contains mainly: green. Hex color #052505 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052505 is #FADAFA. Grayscale: #171717. Windows color (decimal): -16440059 or 337157. OLE color: 337157.

HSL color Cylindrical-coordinate representation of color #052505: hue angle of 120º 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 #052505 is Cyan = 0.86, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.85.

Color convert

RGB5375-
CMYK0.8600.860.85
HSL120º76.19%8.24%-
HSV(B)120º86.49%14.51%-
XYZ0.751.370.37-
YUV23.78117.4114.6-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 10.64%
GREEN value IS 37 (14.84% from 255) = 78.72%
BLUE value IS 5 (2.34% from 255) = 10.64%
R=10.64%
G=78.72%
B=10.64%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal53750.8600.860.8512076.198.24
Hex52555605655784c8
Octal5455126012612517011410
Binary1011001011011010110010101101010101111100010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052505; }

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

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

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

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

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

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

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

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