Html Css Color HEX #055101 Myrtle

📋 copy color: '#055101'

red 5 ◦ green 81 ◦ blue 1

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

Shades of Myrtle #055101

Tints of Myrtle #055101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 1.15%

R = 5.75%
G = 93.1%
B = 1.15%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.99

 K value IS 0.68

RGB Variations

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

Color information

#055101 (or 0x055101) is known color: Myrtle. HEX triplet: 05, 51 and 01. RGB value is (5,81,1). Sum of RGB (Red+Green+Blue) = 5+81+1=87 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.75% from 87); Green value is 81 (32.03% from 255 or 93.10% from 87); Blue value is 1 (0.78% from 255 or 1.15% from 87); Max value from RGB is 81 - color contains mainly: green. Hex color #055101 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055101 is #FAAEFE. Grayscale: #313131. Windows color (decimal): -16428799 or 86277. OLE color: 86277.

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

Color convert

RGB 5 81 1 -
CMYK 0.94 0 0.99 0.68
HSL 117º 0.98% 0.16% -
HSV(B) 117º 0.99% 0.32% -
XYZ 3.01 5.92 1.01 -
YUV 49.16 100.82 96.5 -
System Red Green Blue C M Y K H S L
Decimal 5 81 1 0.94 0 0.99 0.68 117 0.98 0.16
Hex 5 51 1 5E 0 63 44 75 62 10
Octal 5 121 1 136 0 143 104 165 142 20
Binary 101 1010001 1 1011110 0 1100011 1000100 1110101 1100010 10000

Color Harmonies of #055101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055101

Black with #055101

Text Example


Text Example

White with #055101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055101; }

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

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

background-color css

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

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

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

border-color css

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

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

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