#052705

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

Shades of Myrtle #052705

Tints of Myrtle #052705

Color information

#052705 (or 0x052705) is unknown color: approx Myrtle. HEX triplet: 05, 27 and 05. RGB value is (5,39,5). Sum of RGB (Red+Green+Blue) = 5+39+5=49 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.20% from 49); Green value is 39 (15.62% from 255 or 79.59% from 49); Blue value is 5 (2.34% from 255 or 10.20% from 49); Max value from RGB is 39 - color contains mainly: green. Hex color #052705 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052705 is #FAD8FA. Grayscale: #191919. Windows color (decimal): -16439547 or 337669. OLE color: 337669.

HSL color Cylindrical-coordinate representation of color #052705: hue angle of 120º degrees, saturation: 0.77, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #052705 is Cyan = 0.87, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.85.

Color convert

RGB5395-
CMYK0.8700.870.85
HSL120º77.27%8.63%-
HSV(B)120º87.18%15.29%-
XYZ0.821.490.39-
YUV24.96116.74113.76-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 10.20%
GREEN value IS 39 (15.62% from 255) = 79.59%
BLUE value IS 5 (2.34% from 255) = 10.20%
R=10.20%
G=79.59%
B=10.20%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal53950.8700.870.8512077.278.63
Hex52755705755784d9
Octal5475127012712517011511
Binary1011001111011010111010101111010101111100010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052705; }

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

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

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

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

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

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

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

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