Html Css Color HEX #055112 Myrtle

📋 copy color: '#055112'

red 5 ◦ green 81 ◦ blue 18

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

Shades of Myrtle #055112

Tints of Myrtle #055112

RGB

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

 GREEN value IS 81 (32.03% from 255) = 77.88%

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

R = 4.81%
G = 77.88%
B = 17.31%

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

#055112 (or 0x055112) is known color: Myrtle. HEX triplet: 05, 51 and 12. RGB value is (5,81,18). Sum of RGB (Red+Green+Blue) = 5+81+18=104 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.81% from 104); Green value is 81 (32.03% from 255 or 77.88% from 104); Blue value is 18 (7.42% from 255 or 17.31% from 104); Max value from RGB is 81 - color contains mainly: green. Hex color #055112 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055112 is #FAAEED. Grayscale: #333333. Windows color (decimal): -16428782 or 1200389. OLE color: 1200389.

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

Color convert

RGB 5 81 18 -
CMYK 0.94 0 0.78 0.68
HSL 130.26º 0.88% 0.17% -
HSV(B) 130.26º 0.94% 0.32% -
XYZ 3.11 5.96 1.56 -
YUV 51.09 109.32 95.12 -
System Red Green Blue C M Y K H S L
Decimal 5 81 18 0.94 0 0.78 0.68 130.26 0.88 0.17
Hex 5 51 12 5E 0 4E 44 82 58 11
Octal 5 121 22 136 0 116 104 202 130 21
Binary 101 1010001 10010 1011110 0 1001110 1000100 10000010 1011000 10001

Color Harmonies of #055112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055112

Black with #055112

Text Example


Text Example

White with #055112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055112; }

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

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

background-color css

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

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

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

border-color css

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

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

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