#055307

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

Shades of Myrtle #055307

Tints of Myrtle #055307

Color information

#055307 (or 0x055307) is unknown color: approx Myrtle. HEX triplet: 05, 53 and 07. RGB value is (5,83,7). Sum of RGB (Red+Green+Blue) = 5+83+7=95 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.26% from 95); Green value is 83 (32.81% from 255 or 87.37% from 95); Blue value is 7 (3.12% from 255 or 7.37% from 95); Max value from RGB is 83 - color contains mainly: green. Hex color #055307 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055307 is #FAACF8. Grayscale: #333333. Windows color (decimal): -16428281 or 480005. OLE color: 480005.

HSL color Cylindrical-coordinate representation of color #055307: hue angle of 121.54º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055307 is Cyan = 0.94, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.67.

Color convert

RGB5837-
CMYK0.9400.920.67
HSL121.54º88.64%17.25%-
HSV(B)121.54º93.98%32.55%-
XYZ3.196.231.24-
YUV51.01103.1695.18-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.26%
GREEN value IS 83 (32.81% from 255) = 87.37%
BLUE value IS 7 (3.12% from 255) = 7.37%
R=5.26%
G=87.37%
B=7.37%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal58370.9400.920.67121.5488.6417.25
Hex55375E05C437a5911
Octal51237136013410317213121
Binary101101001111110111100101110010000111111010101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055307; }

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

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

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

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

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

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

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

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