Html Css Color HEX #4D6000 Verdun Green

📋 copy color: '#4D6000'

red 77 ◦ green 96 ◦ blue 0

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

Shades of Verdun Green #4D6000

Tints of Verdun Green #4D6000

RGB

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

 GREEN value IS 96 (37.89% from 255) = 55.49%

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

R = 44.51%
G = 55.49%
B = 0%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#4D6000 (or 0x4D6000) is known color: Verdun Green. HEX triplet: 4D, 60 and 00. RGB value is (77,96,0). Sum of RGB (Red+Green+Blue) = 77+96+0=173 (22% of max value = 765). Red value is 77 (30.47% from 255 or 44.51% from 173); Green value is 96 (37.89% from 255 or 55.49% from 173); Blue value is 0 (0.39% from 255 or 0% from 173); Max value from RGB is 96 - color contains mainly: green. Hex color #4D6000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D6000 is #B29FFF. Grayscale: #4F4F4F. Windows color (decimal): -11706368 or 24653. OLE color: 24653.

HSL color Cylindrical-coordinate representation of color #4D6000: hue angle of 71.88º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4D6000 is Cyan = 0.20, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.62.

Color convert

RGB 77 96 0 -
CMYK 0.20 0 1 0.62
HSL 71.88º 1% 0.19% -
HSV(B) 71.88º 1% 0.38% -
XYZ 7.24 9.94 1.54 -
YUV 79.38 83.21 126.31 -
System Red Green Blue C M Y K H S L
Decimal 77 96 0 0.20 0 1 0.62 71.88 1 0.19
Hex 4D 60 0 14 0 64 3E 48 64 13
Octal 115 140 0 24 0 144 76 110 144 23
Binary 1001101 1100000 0 10100 0 1100100 111110 1001000 1100100 10011

Color Harmonies of #4D6000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6000

Black with #4D6000

Text Example


Text Example

White with #4D6000

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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