Html Css Color HEX #005001 Myrtle

📋 copy color: '#005001'

red 0 ◦ green 80 ◦ blue 1

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

Shades of Myrtle #005001

Tints of Myrtle #005001

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 98.77%
B = 1.23%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.99

 K value IS 0.69

RGB Variations

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

Color information

#005001 (or 0x005001) is known color: Myrtle. HEX triplet: 00, 50 and 01. RGB value is (0,80,1). Sum of RGB (Red+Green+Blue) = 0+80+1=81 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 81); Green value is 80 (31.64% from 255 or 98.77% from 81); Blue value is 1 (0.78% from 255 or 1.23% from 81); Max value from RGB is 80 - color contains mainly: green. Hex color #005001 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005001 is #FFAFFE. Grayscale: #2F2F2F. Windows color (decimal): -16756735 or 86016. OLE color: 86016.

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

Color convert

RGB 0 80 1 -
CMYK 1 0 0.99 0.69
HSL 120.75º 1% 0.16% -
HSV(B) 120.75º 1% 0.31% -
XYZ 2.87 5.74 0.99 -
YUV 47.07 102 94.42 -
System Red Green Blue C M Y K H S L
Decimal 0 80 1 1 0 0.99 0.69 120.75 1 0.16
Hex 0 50 1 64 0 63 45 79 64 10
Octal 0 120 1 144 0 143 105 171 144 20
Binary 0 1010000 1 1100100 0 1100011 1000101 1111001 1100100 10000

Color Harmonies of #005001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005001

Black with #005001

Text Example


Text Example

White with #005001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005001; }

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

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

background-color css

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

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

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

border-color css

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

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

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