Html Css Color HEX #055506 Myrtle

📋 copy color: '#055506'

red 5 ◦ green 85 ◦ blue 6

#055506
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Myrtle #055506

Tints of Myrtle #055506

RGB

 RED value IS 5 (2.34% from 255) = 5.21%

 GREEN value IS 85 (33.59% from 255) = 88.54%

 BLUE value IS 6 (2.73% from 255) = 6.25%

R = 5.21%
G = 88.54%
B = 6.25%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.93

 K value IS 0.67

RGB Variations

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

Color information

#055506 (or 0x055506) is known color: Myrtle. HEX triplet: 05, 55 and 06. RGB value is (5,85,6). Sum of RGB (Red+Green+Blue) = 5+85+6=96 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.21% from 96); Green value is 85 (33.59% from 255 or 88.54% from 96); Blue value is 6 (2.73% from 255 or 6.25% from 96); Max value from RGB is 85 - color contains mainly: green. Hex color #055506 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055506 is #FAAAF9. Grayscale: #343434. Windows color (decimal): -16427770 or 414981. OLE color: 414981.

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

Color convert

RGB 5 85 6 -
CMYK 0.94 0 0.93 0.67
HSL 120.75º 0.89% 0.18% -
HSV(B) 120.75º 0.94% 0.33% -
XYZ 3.34 6.54 1.26 -
YUV 52.07 102 94.42 -
System Red Green Blue C M Y K H S L
Decimal 5 85 6 0.94 0 0.93 0.67 120.75 0.89 0.18
Hex 5 55 6 5E 0 5D 43 79 59 12
Octal 5 125 6 136 0 135 103 171 131 22
Binary 101 1010101 110 1011110 0 1011101 1000011 1111001 1011001 10010

Color Harmonies of #055506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055506

Black with #055506

Text Example


Text Example

White with #055506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055506; }

 p { color: rgb(5,85,6); }

 H1.HeaderClassName
 {
   color: #055506;
 }
 .AnyTagClassName
 {
   color: #055506;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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