Html Css Color HEX #4D6A00 Verdun Green

📋 copy color: '#4D6A00'

red 77 ◦ green 106 ◦ blue 0

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

Shades of Verdun Green #4D6A00

Tints of Verdun Green #4D6A00

RGB

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

 GREEN value IS 106 (41.8% from 255) = 57.92%

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

R = 42.08%
G = 57.92%
B = 0%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 1

 K value IS 0.58

RGB Variations

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

Color information

#4D6A00 (or 0x4D6A00) is known color: Verdun Green. HEX triplet: 4D, 6A and 00. RGB value is (77,106,0). Sum of RGB (Red+Green+Blue) = 77+106+0=183 (24% of max value = 765). Red value is 77 (30.47% from 255 or 42.08% from 183); Green value is 106 (41.80% from 255 or 57.92% from 183); Blue value is 0 (0.39% from 255 or 0% from 183); Max value from RGB is 106 - color contains mainly: green. Hex color #4D6A00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D6A00 is #B295FF. Grayscale: #555555. Windows color (decimal): -11703808 or 27213. OLE color: 27213.

HSL color Cylindrical-coordinate representation of color #4D6A00: hue angle of 76.42º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4D6A00 is Cyan = 0.27, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.58.

Color convert

RGB 77 106 0 -
CMYK 0.27 0 1 0.58
HSL 76.42º 1% 0.21% -
HSV(B) 76.42º 1% 0.42% -
XYZ 8.21 11.89 1.86 -
YUV 85.25 79.89 122.12 -
System Red Green Blue C M Y K H S L
Decimal 77 106 0 0.27 0 1 0.58 76.42 1 0.21
Hex 4D 6A 0 1B 0 64 3A 4C 64 15
Octal 115 152 0 33 0 144 72 114 144 25
Binary 1001101 1101010 0 11011 0 1100100 111010 1001100 1100100 10101

Color Harmonies of #4D6A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6A00

Black with #4D6A00

Text Example


Text Example

White with #4D6A00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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