Html Css Color HEX #055211 Myrtle

📋 copy color: '#055211'

red 5 ◦ green 82 ◦ blue 17

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

Shades of Myrtle #055211

Tints of Myrtle #055211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 16.35%

R = 4.81%
G = 78.85%
B = 16.35%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.79

 K value IS 0.68

RGB Variations

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

Color information

#055211 (or 0x055211) is known color: Myrtle. HEX triplet: 05, 52 and 11. RGB value is (5,82,17). Sum of RGB (Red+Green+Blue) = 5+82+17=104 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.81% from 104); Green value is 82 (32.42% from 255 or 78.85% from 104); Blue value is 17 (7.03% from 255 or 16.35% from 104); Max value from RGB is 82 - color contains mainly: green. Hex color #055211 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055211 is #FAADEE. Grayscale: #333333. Windows color (decimal): -16428527 or 1135109. OLE color: 1135109.

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

Color convert

RGB 5 82 17 -
CMYK 0.94 0 0.79 0.68
HSL 129.35º 0.89% 0.17% -
HSV(B) 129.35º 0.94% 0.32% -
XYZ 3.18 6.11 1.54 -
YUV 51.57 108.49 94.79 -
System Red Green Blue C M Y K H S L
Decimal 5 82 17 0.94 0 0.79 0.68 129.35 0.89 0.17
Hex 5 52 11 5E 0 4F 44 81 59 11
Octal 5 122 21 136 0 117 104 201 131 21
Binary 101 1010010 10001 1011110 0 1001111 1000100 10000001 1011001 10001

Color Harmonies of #055211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055211

Black with #055211

Text Example


Text Example

White with #055211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055211; }

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

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

background-color css

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

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

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

border-color css

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

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

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