#054601

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

Shades of Myrtle #054601

Tints of Myrtle #054601

Color information

#054601 (or 0x054601) is unknown color: approx Myrtle. HEX triplet: 05, 46 and 01. RGB value is (5,70,1). Sum of RGB (Red+Green+Blue) = 5+70+1=76 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.58% from 76); Green value is 70 (27.73% from 255 or 92.11% from 76); Blue value is 1 (0.78% from 255 or 1.32% from 76); Max value from RGB is 70 - color contains mainly: green. Hex color #054601 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054601 is #FAB9FE. Grayscale: #2A2A2A. Windows color (decimal): -16431615 or 83461. OLE color: 83461.

HSL color Cylindrical-coordinate representation of color #054601: hue angle of 116.52º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #054601 is Cyan = 0.93, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.73.

Color convert

RGB5701-
CMYK0.9300.990.73
HSL116.52º97.18%13.92%-
HSV(B)116.52º98.57%27.45%-
XYZ2.264.410.76-
YUV42.7104.47101.11-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.58%
GREEN value IS 70 (27.73% from 255) = 92.11%
BLUE value IS 1 (0.78% from 255) = 1.32%
R=6.58%
G=92.11%
B=1.32%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal57010.9300.990.73116.5297.1813.92
Hex54615D063497561e
Octal51061135014311116514116
Binary101100011011011101011000111001001111010111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054601; }

 p { color: rgb(5,70,1); }

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

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

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

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

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

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

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