Html Css Color HEX #4D7300 Verdun Green

📋 copy color: '#4D7300'

red 77 ◦ green 115 ◦ blue 0

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

Shades of Verdun Green #4D7300

Tints of Verdun Green #4D7300

RGB

 RED value IS 77 (30.47% from 255) = 40.1%

 GREEN value IS 115 (45.31% from 255) = 59.9%

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

R = 40.1%
G = 59.9%
B = 0%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#4D7300 (or 0x4D7300) is known color: Verdun Green. HEX triplet: 4D, 73 and 00. RGB value is (77,115,0). Sum of RGB (Red+Green+Blue) = 77+115+0=192 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.10% from 192); Green value is 115 (45.31% from 255 or 59.90% from 192); Blue value is 0 (0.39% from 255 or 0% from 192); Max value from RGB is 115 - color contains mainly: green. Hex color #4D7300 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D7300 is #B28CFF. Grayscale: #5A5A5A. Windows color (decimal): -11701504 or 29517. OLE color: 29517.

HSL color Cylindrical-coordinate representation of color #4D7300: hue angle of 79.83º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4D7300 is Cyan = 0.33, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.55.

Color convert

RGB 77 115 0 -
CMYK 0.33 0 1 0.55
HSL 79.83º 1% 0.23% -
HSV(B) 79.83º 1% 0.45% -
XYZ 9.19 13.84 2.19 -
YUV 90.53 76.91 118.35 -
System Red Green Blue C M Y K H S L
Decimal 77 115 0 0.33 0 1 0.55 79.83 1 0.23
Hex 4D 73 0 21 0 64 37 50 64 17
Octal 115 163 0 41 0 144 67 120 144 27
Binary 1001101 1110011 0 100001 0 1100100 110111 1010000 1100100 10111

Color Harmonies of #4D7300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D7300

Black with #4D7300

Text Example


Text Example

White with #4D7300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4D7300; }

 p { color: rgb(77,115,0); }

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

background-color css

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

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

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

border-color css

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

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

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