Html Css Color HEX #015003 Myrtle

📋 copy color: '#015003'

red 1 ◦ green 80 ◦ blue 3

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

Shades of Myrtle #015003

Tints of Myrtle #015003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 3.57%

R = 1.19%
G = 95.24%
B = 3.57%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.96

 K value IS 0.69

RGB Variations

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

Color information

#015003 (or 0x015003) is known color: Myrtle. HEX triplet: 01, 50 and 03. RGB value is (1,80,3). Sum of RGB (Red+Green+Blue) = 1+80+3=84 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.19% from 84); Green value is 80 (31.64% from 255 or 95.24% from 84); Blue value is 3 (1.56% from 255 or 3.57% from 84); Max value from RGB is 80 - color contains mainly: green. Hex color #015003 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015003 is #FEAFFC. Grayscale: #2F2F2F. Windows color (decimal): -16691197 or 217089. OLE color: 217089.

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

Color convert

RGB 1 80 3 -
CMYK 0.99 0 0.96 0.69
HSL 121.52º 0.98% 0.16% -
HSV(B) 121.52º 0.99% 0.31% -
XYZ 2.9 5.75 1.04 -
YUV 47.6 102.83 94.76 -
System Red Green Blue C M Y K H S L
Decimal 1 80 3 0.99 0 0.96 0.69 121.52 0.98 0.16
Hex 1 50 3 63 0 60 45 7A 62 10
Octal 1 120 3 143 0 140 105 172 142 20
Binary 1 1010000 11 1100011 0 1100000 1000101 1111010 1100010 10000

Color Harmonies of #015003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015003

Black with #015003

Text Example


Text Example

White with #015003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015003; }

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

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

background-color css

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

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

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

border-color css

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

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

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