Html Css Color HEX #055212 Myrtle

📋 copy color: '#055212'

red 5 ◦ green 82 ◦ blue 18

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

Shades of Myrtle #055212

Tints of Myrtle #055212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 17.14%

R = 4.76%
G = 78.1%
B = 17.14%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.78

 K value IS 0.68

RGB Variations

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

Color information

#055212 (or 0x055212) is known color: Myrtle. HEX triplet: 05, 52 and 12. RGB value is (5,82,18). Sum of RGB (Red+Green+Blue) = 5+82+18=105 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.76% from 105); Green value is 82 (32.42% from 255 or 78.10% from 105); Blue value is 18 (7.42% from 255 or 17.14% from 105); Max value from RGB is 82 - color contains mainly: green. Hex color #055212 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055212 is #FAADED. Grayscale: #333333. Windows color (decimal): -16428526 or 1200645. OLE color: 1200645.

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

Color convert

RGB 5 82 18 -
CMYK 0.94 0 0.78 0.68
HSL 130.13º 0.89% 0.17% -
HSV(B) 130.13º 0.94% 0.32% -
XYZ 3.19 6.11 1.58 -
YUV 51.68 108.99 94.7 -
System Red Green Blue C M Y K H S L
Decimal 5 82 18 0.94 0 0.78 0.68 130.13 0.89 0.17
Hex 5 52 12 5E 0 4E 44 82 59 11
Octal 5 122 22 136 0 116 104 202 131 21
Binary 101 1010010 10010 1011110 0 1001110 1000100 10000010 1011001 10001

Color Harmonies of #055212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055212

Black with #055212

Text Example


Text Example

White with #055212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055212; }

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

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

background-color css

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

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

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

border-color css

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

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

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