#05480A

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

Shades of Myrtle #05480A

Tints of Myrtle #05480A

Color information

#05480A (or 0x05480A) is unknown color: approx Myrtle. HEX triplet: 05, 48 and 0A. RGB value is (5,72,10). Sum of RGB (Red+Green+Blue) = 5+72+10=87 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.75% from 87); Green value is 72 (28.52% from 255 or 82.76% from 87); Blue value is 10 (4.30% from 255 or 11.49% from 87); Max value from RGB is 72 - color contains mainly: green. Hex color #05480A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05480A is #FAB7F5. Grayscale: #2D2D2D. Windows color (decimal): -16431094 or 673797. OLE color: 673797.

HSL color Cylindrical-coordinate representation of color #05480A: hue angle of 124.48º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #05480A is Cyan = 0.93, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.72.

Color convert

RGB57210-
CMYK0.9300.860.72
HSL124.48º87.01%15.1%-
HSV(B)124.48º93.06%28.24%-
XYZ2.434.691.06-
YUV44.9108.399.54-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.75%
GREEN value IS 72 (28.52% from 255) = 82.76%
BLUE value IS 10 (4.30% from 255) = 11.49%
R=5.75%
G=82.76%
B=11.49%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal572100.9300.860.72124.4887.0115.1
Hex548A5D056487c57f
Octal511012135012611017412717
Binary101100100010101011101010101101001000111110010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05480A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05480A; }

 p { color: rgb(5,72,10); }

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

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

 a { background-color: rgb(5,72,10); }

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

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

 span { border-color: rgb(5,72,10); }

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