Html Css Color HEX #055001 Myrtle

📋 copy color: '#055001'

red 5 ◦ green 80 ◦ blue 1

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

Shades of Myrtle #055001

Tints of Myrtle #055001

RGB

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

 GREEN value IS 80 (31.64% from 255) = 93.02%

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

R = 5.81%
G = 93.02%
B = 1.16%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.99

 K value IS 0.69

RGB Variations

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

Color information

#055001 (or 0x055001) is known color: Myrtle. HEX triplet: 05, 50 and 01. RGB value is (5,80,1). Sum of RGB (Red+Green+Blue) = 5+80+1=86 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.81% from 86); Green value is 80 (31.64% from 255 or 93.02% from 86); Blue value is 1 (0.78% from 255 or 1.16% from 86); Max value from RGB is 80 - color contains mainly: green. Hex color #055001 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055001 is #FAAFFE. Grayscale: #303030. Windows color (decimal): -16429055 or 86021. OLE color: 86021.

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

Color convert

RGB 5 80 1 -
CMYK 0.94 0 0.99 0.69
HSL 116.96º 0.98% 0.16% -
HSV(B) 116.96º 0.99% 0.31% -
XYZ 2.94 5.77 0.99 -
YUV 48.57 101.15 96.92 -
System Red Green Blue C M Y K H S L
Decimal 5 80 1 0.94 0 0.99 0.69 116.96 0.98 0.16
Hex 5 50 1 5E 0 63 45 75 62 10
Octal 5 120 1 136 0 143 105 165 142 20
Binary 101 1010000 1 1011110 0 1100011 1000101 1110101 1100010 10000

Color Harmonies of #055001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055001

Black with #055001

Text Example


Text Example

White with #055001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055001; }

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

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

background-color css

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

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

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

border-color css

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

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

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