Html Css Color HEX #055201 Myrtle

📋 copy color: '#055201'

red 5 ◦ green 82 ◦ blue 1

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

Shades of Myrtle #055201

Tints of Myrtle #055201

RGB

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

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

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

R = 5.68%
G = 93.18%
B = 1.14%

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

#055201 (or 0x055201) is known color: Myrtle. HEX triplet: 05, 52 and 01. RGB value is (5,82,1). Sum of RGB (Red+Green+Blue) = 5+82+1=88 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.68% from 88); Green value is 82 (32.42% from 255 or 93.18% from 88); Blue value is 1 (0.78% from 255 or 1.14% from 88); Max value from RGB is 82 - color contains mainly: green. Hex color #055201 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055201 is #FAADFE. Grayscale: #313131. Windows color (decimal): -16428543 or 86533. OLE color: 86533.

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

Color convert

RGB 5 82 1 -
CMYK 0.94 0 0.99 0.68
HSL 117.04º 0.98% 0.16% -
HSV(B) 117.04º 0.99% 0.32% -
XYZ 3.09 6.07 1.04 -
YUV 49.74 100.49 96.09 -
System Red Green Blue C M Y K H S L
Decimal 5 82 1 0.94 0 0.99 0.68 117.04 0.98 0.16
Hex 5 52 1 5E 0 63 44 75 62 10
Octal 5 122 1 136 0 143 104 165 142 20
Binary 101 1010010 1 1011110 0 1100011 1000100 1110101 1100010 10000

Color Harmonies of #055201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055201

Black with #055201

Text Example


Text Example

White with #055201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055201; }

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

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

background-color css

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

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

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

border-color css

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

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

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