Html Css Color HEX #015005 Myrtle

📋 copy color: '#015005'

red 1 ◦ green 80 ◦ blue 5

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

Shades of Myrtle #015005

Tints of Myrtle #015005

RGB

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

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

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

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

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.94

 K value IS 0.69

RGB Variations

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

Color information

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

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

Color convert

RGB 1 80 5 -
CMYK 0.99 0 0.94 0.69
HSL 123.04º 0.98% 0.16% -
HSV(B) 123.04º 0.99% 0.31% -
XYZ 2.91 5.75 1.1 -
YUV 47.83 103.83 94.6 -
System Red Green Blue C M Y K H S L
Decimal 1 80 5 0.99 0 0.94 0.69 123.04 0.98 0.16
Hex 1 50 5 63 0 5E 45 7B 62 10
Octal 1 120 5 143 0 136 105 173 142 20
Binary 1 1010000 101 1100011 0 1011110 1000101 1111011 1100010 10000

Color Harmonies of #015005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015005

Black with #015005

Text Example


Text Example

White with #015005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015005; }

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

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

background-color css

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

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

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

border-color css

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

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

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