#055305

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

Shades of Myrtle #055305

Tints of Myrtle #055305

Color information

#055305 (or 0x055305) is unknown color: approx Myrtle. HEX triplet: 05, 53 and 05. RGB value is (5,83,5). Sum of RGB (Red+Green+Blue) = 5+83+5=93 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.38% from 93); Green value is 83 (32.81% from 255 or 89.25% from 93); Blue value is 5 (2.34% from 255 or 5.38% from 93); Max value from RGB is 83 - color contains mainly: green. Hex color #055305 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055305 is #FAACFA. Grayscale: #333333. Windows color (decimal): -16428283 or 348933. OLE color: 348933.

HSL color Cylindrical-coordinate representation of color #055305: hue angle of 120º 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 #055305 is Cyan = 0.94, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.67.

Color convert

RGB5835-
CMYK0.9400.940.67
HSL120º88.64%17.25%-
HSV(B)120º93.98%32.55%-
XYZ3.186.231.18-
YUV50.79102.1695.34-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.38%
GREEN value IS 83 (32.81% from 255) = 89.25%
BLUE value IS 5 (2.34% from 255) = 5.38%
R=5.38%
G=89.25%
B=5.38%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal58350.9400.940.6712088.6417.25
Hex55355E05E43785911
Octal51235136013610317013121
Binary101101001110110111100101111010000111111000101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055305; }

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

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

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

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

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

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

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

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