#055308

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

Shades of Myrtle #055308

Tints of Myrtle #055308

Color information

#055308 (or 0x055308) is unknown color: approx Myrtle. HEX triplet: 05, 53 and 08. RGB value is (5,83,8). Sum of RGB (Red+Green+Blue) = 5+83+8=96 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.21% from 96); Green value is 83 (32.81% from 255 or 86.46% from 96); Blue value is 8 (3.52% from 255 or 8.33% from 96); Max value from RGB is 83 - color contains mainly: green. Hex color #055308 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055308 is #FAACF7. Grayscale: #333333. Windows color (decimal): -16428280 or 545541. OLE color: 545541.

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

Color convert

RGB5838-
CMYK0.9400.900.67
HSL122.31º88.64%17.25%-
HSV(B)122.31º93.98%32.55%-
XYZ3.26.241.26-
YUV51.13103.6695.1-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.21%
GREEN value IS 83 (32.81% from 255) = 86.46%
BLUE value IS 8 (3.52% from 255) = 8.33%
R=5.21%
G=86.46%
B=8.33%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal58380.9400.900.67122.3188.6417.25
Hex55385E05A437a5911
Octal512310136013210317213121
Binary1011010011100010111100101101010000111111010101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055308; }

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

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

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

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

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

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

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

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