Html Css Color HEX #005003 Myrtle

📋 copy color: '#005003'

red 0 ◦ green 80 ◦ blue 3

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

Shades of Myrtle #005003

Tints of Myrtle #005003

RGB

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

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

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

R = 0%
G = 96.39%
B = 3.61%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.96

 K value IS 0.69

RGB Variations

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

Color information

#005003 (or 0x005003) is known color: Myrtle. HEX triplet: 00, 50 and 03. RGB value is (0,80,3). Sum of RGB (Red+Green+Blue) = 0+80+3=83 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 83); Green value is 80 (31.64% from 255 or 96.39% from 83); Blue value is 3 (1.56% from 255 or 3.61% from 83); Max value from RGB is 80 - color contains mainly: green. Hex color #005003 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005003 is #FFAFFC. Grayscale: #2F2F2F. Windows color (decimal): -16756733 or 217088. OLE color: 217088.

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

Color convert

RGB 0 80 3 -
CMYK 1 0 0.96 0.69
HSL 122.25º 1% 0.16% -
HSV(B) 122.25º 1% 0.31% -
XYZ 2.89 5.74 1.04 -
YUV 47.3 103 94.26 -
System Red Green Blue C M Y K H S L
Decimal 0 80 3 1 0 0.96 0.69 122.25 1 0.16
Hex 0 50 3 64 0 60 45 7A 64 10
Octal 0 120 3 144 0 140 105 172 144 20
Binary 0 1010000 11 1100100 0 1100000 1000101 1111010 1100100 10000

Color Harmonies of #005003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005003

Black with #005003

Text Example


Text Example

White with #005003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005003; }

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

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

background-color css

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

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

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

border-color css

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

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

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