#053904

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

Shades of Myrtle #053904

Tints of Myrtle #053904

Color information

#053904 (or 0x053904) is unknown color: approx Myrtle. HEX triplet: 05, 39 and 04. RGB value is (5,57,4). Sum of RGB (Red+Green+Blue) = 5+57+4=66 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.58% from 66); Green value is 57 (22.66% from 255 or 86.36% from 66); Blue value is 4 (1.95% from 255 or 6.06% from 66); Max value from RGB is 57 - color contains mainly: green. Hex color #053904 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053904 is #FAC6FB. Grayscale: #232323. Windows color (decimal): -16434940 or 276741. OLE color: 276741.

HSL color Cylindrical-coordinate representation of color #053904: hue angle of 118.87º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #053904 is Cyan = 0.91, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.78.

Color convert

RGB5574-
CMYK0.9100.930.78
HSL118.87º86.89%11.96%-
HSV(B)118.87º92.98%22.35%-
XYZ1.552.970.61-
YUV35.41110.27106.31-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.58%
GREEN value IS 57 (22.66% from 255) = 86.36%
BLUE value IS 4 (1.95% from 255) = 6.06%
R=7.58%
G=86.36%
B=6.06%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55740.9100.930.78118.8786.8911.96
Hex53945B05D4E7757c
Octal5714133013511616712714
Binary1011110011001011011010111011001110111011110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053904; }

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

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

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

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

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

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

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

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