Html Css Color HEX #004900 Myrtle

📋 copy color: '#004900'

red 0 ◦ green 73 ◦ blue 0

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

Shades of Myrtle #004900

Tints of Myrtle #004900

RGB

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

 GREEN value IS 73 (28.91% from 255) = 100%

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

R = 0%
G = 100%
B = 0%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 1

 K value IS 0.71

RGB Variations

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

Color information

#004900 (or 0x004900) is known color: Myrtle. HEX triplet: 00, 49 and 00. RGB value is (0,73,0). Sum of RGB (Red+Green+Blue) = 0+73+0=73 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 73); Green value is 73 (28.91% from 255 or 100% from 73); Blue value is 0 (0.39% from 255 or 0% from 73); Max value from RGB is 73 - color contains mainly: green. Hex color #004900 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004900 is #FFB6FF. Grayscale: #2B2B2B. Windows color (decimal): -16758528 or 18688. OLE color: 18688.

HSL color Cylindrical-coordinate representation of color #004900: hue angle of 120º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004900 is Cyan = 1, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.71.

Color convert

RGB 0 73 0 -
CMYK 1 0 1 0.71
HSL 120º 1% 0.14% -
HSV(B) 120º 1% 0.29% -
XYZ 2.38 4.77 0.79 -
YUV 42.85 103.82 97.44 -
System Red Green Blue C M Y K H S L
Decimal 0 73 0 1 0 1 0.71 120 1 0.14
Hex 0 49 0 64 0 64 47 78 64 E
Octal 0 111 0 144 0 144 107 170 144 16
Binary 0 1001001 0 1100100 0 1100100 1000111 1111000 1100100 1110

Color Harmonies of #004900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004900

Black with #004900

Text Example


Text Example

White with #004900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004900; }

 p { color: rgb(0,73,0); }

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

background-color css

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

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

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

border-color css

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

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

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