Html Css Color HEX #055210 Myrtle

📋 copy color: '#055210'

red 5 ◦ green 82 ◦ blue 16

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

Shades of Myrtle #055210

Tints of Myrtle #055210

RGB

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

 GREEN value IS 82 (32.42% from 255) = 79.61%

 BLUE value IS 16 (6.64% from 255) = 15.53%

R = 4.85%
G = 79.61%
B = 15.53%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.80

 K value IS 0.68

RGB Variations

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

Color information

#055210 (or 0x055210) is known color: Myrtle. HEX triplet: 05, 52 and 10. RGB value is (5,82,16). Sum of RGB (Red+Green+Blue) = 5+82+16=103 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.85% from 103); Green value is 82 (32.42% from 255 or 79.61% from 103); Blue value is 16 (6.64% from 255 or 15.53% from 103); Max value from RGB is 82 - color contains mainly: green. Hex color #055210 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055210 is #FAADEF. Grayscale: #333333. Windows color (decimal): -16428528 or 1069573. OLE color: 1069573.

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

Color convert

RGB 5 82 16 -
CMYK 0.94 0 0.80 0.68
HSL 128.57º 0.89% 0.17% -
HSV(B) 128.57º 0.94% 0.32% -
XYZ 3.17 6.1 1.5 -
YUV 51.45 107.99 94.87 -
System Red Green Blue C M Y K H S L
Decimal 5 82 16 0.94 0 0.80 0.68 128.57 0.89 0.17
Hex 5 52 10 5E 0 50 44 81 59 11
Octal 5 122 20 136 0 120 104 201 131 21
Binary 101 1010010 10000 1011110 0 1010000 1000100 10000001 1011001 10001

Color Harmonies of #055210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055210

Black with #055210

Text Example


Text Example

White with #055210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055210; }

 p { color: rgb(5,82,16); }

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

background-color css

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

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

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

border-color css

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

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

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