Html Css Color HEX #4D6310 Verdun Green

📋 copy color: '#4D6310'

red 77 ◦ green 99 ◦ blue 16

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

Shades of Verdun Green #4D6310

Tints of Verdun Green #4D6310

RGB

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

 GREEN value IS 99 (39.06% from 255) = 51.56%

 BLUE value IS 16 (6.64% from 255) = 8.33%

R = 40.1%
G = 51.56%
B = 8.33%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.84

 K value IS 0.61

RGB Variations

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

Color information

#4D6310 (or 0x4D6310) is known color: Verdun Green. HEX triplet: 4D, 63 and 10. RGB value is (77,99,16). Sum of RGB (Red+Green+Blue) = 77+99+16=192 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.10% from 192); Green value is 99 (39.06% from 255 or 51.56% from 192); Blue value is 16 (6.64% from 255 or 8.33% from 192); Max value from RGB is 99 - color contains mainly: green. Hex color #4D6310 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D6310 is #B29CEF. Grayscale: #535353. Windows color (decimal): -11705584 or 1073997. OLE color: 1073997.

HSL color Cylindrical-coordinate representation of color #4D6310: hue angle of 75.9º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4D6310 is Cyan = 0.22, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.61.

Color convert

RGB 77 99 16 -
CMYK 0.22 0 0.84 0.61
HSL 75.9º 0.72% 0.23% -
HSV(B) 75.9º 0.84% 0.39% -
XYZ 7.62 10.54 2.12 -
YUV 82.96 90.21 123.75 -
System Red Green Blue C M Y K H S L
Decimal 77 99 16 0.22 0 0.84 0.61 75.9 0.72 0.23
Hex 4D 63 10 16 0 54 3D 4C 48 17
Octal 115 143 20 26 0 124 75 114 110 27
Binary 1001101 1100011 10000 10110 0 1010100 111101 1001100 1001000 10111

Color Harmonies of #4D6310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6310

Black with #4D6310

Text Example


Text Example

White with #4D6310

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,99,16); }

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

background-color css

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

 a { background-color: rgb(77,99,16); }

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

border-color css

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

 span { border-color: rgb(77,99,16); }

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