#052704

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

Shades of Myrtle #052704

Tints of Myrtle #052704

Color information

#052704 (or 0x052704) is unknown color: approx Myrtle. HEX triplet: 05, 27 and 04. RGB value is (5,39,4). Sum of RGB (Red+Green+Blue) = 5+39+4=48 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.42% from 48); Green value is 39 (15.62% from 255 or 81.25% from 48); Blue value is 4 (1.95% from 255 or 8.33% from 48); Max value from RGB is 39 - color contains mainly: green. Hex color #052704 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052704 is #FAD8FB. Grayscale: #181818. Windows color (decimal): -16439548 or 272133. OLE color: 272133.

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

Color convert

RGB5394-
CMYK0.8700.900.85
HSL118.29º81.4%8.43%-
HSV(B)118.29º89.74%15.29%-
XYZ0.811.490.36-
YUV24.84116.24113.85-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 10.42%
GREEN value IS 39 (15.62% from 255) = 81.25%
BLUE value IS 4 (1.95% from 255) = 8.33%
R=10.42%
G=81.25%
B=8.33%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal53940.8700.900.85118.2981.48.43
Hex52745705A5576518
Octal5474127013212516612110
Binary1011001111001010111010110101010101111011010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052704; }

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

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

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

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

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

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

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

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