Html Css Color HEX #4D6800 Verdun Green

📋 copy color: '#4D6800'

red 77 ◦ green 104 ◦ blue 0

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

Shades of Verdun Green #4D6800

Tints of Verdun Green #4D6800

RGB

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

 GREEN value IS 104 (41.02% from 255) = 57.46%

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

R = 42.54%
G = 57.46%
B = 0%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#4D6800 (or 0x4D6800) is known color: Verdun Green. HEX triplet: 4D, 68 and 00. RGB value is (77,104,0). Sum of RGB (Red+Green+Blue) = 77+104+0=181 (23% of max value = 765). Red value is 77 (30.47% from 255 or 42.54% from 181); Green value is 104 (41.02% from 255 or 57.46% from 181); Blue value is 0 (0.39% from 255 or 0% from 181); Max value from RGB is 104 - color contains mainly: green. Hex color #4D6800 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D6800 is #B297FF. Grayscale: #545454. Windows color (decimal): -11704320 or 26701. OLE color: 26701.

HSL color Cylindrical-coordinate representation of color #4D6800: hue angle of 75.58º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4D6800 is Cyan = 0.26, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.59.

Color convert

RGB 77 104 0 -
CMYK 0.26 0 1 0.59
HSL 75.58º 1% 0.2% -
HSV(B) 75.58º 1% 0.41% -
XYZ 8.01 11.48 1.79 -
YUV 84.07 80.55 122.96 -
System Red Green Blue C M Y K H S L
Decimal 77 104 0 0.26 0 1 0.59 75.58 1 0.2
Hex 4D 68 0 1A 0 64 3B 4C 64 14
Octal 115 150 0 32 0 144 73 114 144 24
Binary 1001101 1101000 0 11010 0 1100100 111011 1001100 1100100 10100

Color Harmonies of #4D6800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6800

Black with #4D6800

Text Example


Text Example

White with #4D6800

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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