#054A07

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

Shades of Myrtle #054A07

Tints of Myrtle #054A07

Color information

#054A07 (or 0x054A07) is unknown color: approx Myrtle. HEX triplet: 05, 4A and 07. RGB value is (5,74,7). Sum of RGB (Red+Green+Blue) = 5+74+7=86 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.81% from 86); Green value is 74 (29.30% from 255 or 86.05% from 86); Blue value is 7 (3.12% from 255 or 8.14% from 86); Max value from RGB is 74 - color contains mainly: green. Hex color #054A07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054A07 is #FAB5F8. Grayscale: #2D2D2D. Windows color (decimal): -16430585 or 477701. OLE color: 477701.

HSL color Cylindrical-coordinate representation of color #054A07: hue angle of 121.74º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054A07 is Cyan = 0.93, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.71.

Color convert

RGB5747-
CMYK0.9300.910.71
HSL121.74º87.34%15.49%-
HSV(B)121.74º93.24%29.02%-
XYZ2.554.951.02-
YUV45.73106.1498.95-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.81%
GREEN value IS 74 (29.30% from 255) = 86.05%
BLUE value IS 7 (3.12% from 255) = 8.14%
R=5.81%
G=86.05%
B=8.14%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal57470.9300.910.71121.7487.3415.49
Hex54A75D05B477a57f
Octal51127135013310717212717
Binary10110010101111011101010110111000111111101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054A07; }

 p { color: rgb(5,74,7); }

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

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

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

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

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

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

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