#054C0C

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

Shades of Myrtle #054C0C

Tints of Myrtle #054C0C

Color information

#054C0C (or 0x054C0C) is unknown color: approx Myrtle. HEX triplet: 05, 4C and 0C. RGB value is (5,76,12). Sum of RGB (Red+Green+Blue) = 5+76+12=93 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.38% from 93); Green value is 76 (30.08% from 255 or 81.72% from 93); Blue value is 12 (5.08% from 255 or 12.90% from 93); Max value from RGB is 76 - color contains mainly: green. Hex color #054C0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054C0C is #FAB3F3. Grayscale: #2F2F2F. Windows color (decimal): -16430068 or 805893. OLE color: 805893.

HSL color Cylindrical-coordinate representation of color #054C0C: hue angle of 125.92º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054C0C is Cyan = 0.93, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.70.

Color convert

RGB57612-
CMYK0.9300.840.70
HSL125.92º87.65%15.88%-
HSV(B)125.92º93.42%29.8%-
XYZ2.715.231.21-
YUV47.47107.9897.7-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.38%
GREEN value IS 76 (30.08% from 255) = 81.72%
BLUE value IS 12 (5.08% from 255) = 12.90%
R=5.38%
G=81.72%
B=12.90%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal576120.9300.840.70125.9287.6515.88
Hex54CC5D054467e5810
Octal511414135012410617613020
Binary1011001100110010111010101010010001101111110101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,76,12); }

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

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

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

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

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

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

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