Html Css Color HEX #4D5710 Verdun Green

📋 copy color: '#4D5710'

red 77 ◦ green 87 ◦ blue 16

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

Shades of Verdun Green #4D5710

Tints of Verdun Green #4D5710

RGB

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

 GREEN value IS 87 (34.38% from 255) = 48.33%

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

R = 42.78%
G = 48.33%
B = 8.89%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.82

 K value IS 0.66

RGB Variations

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

Color information

#4D5710 (or 0x4D5710) is known color: Verdun Green. HEX triplet: 4D, 57 and 10. RGB value is (77,87,16). Sum of RGB (Red+Green+Blue) = 77+87+16=180 (23% of max value = 765). Red value is 77 (30.47% from 255 or 42.78% from 180); Green value is 87 (34.38% from 255 or 48.33% from 180); Blue value is 16 (6.64% from 255 or 8.89% from 180); Max value from RGB is 87 - color contains mainly: green. Hex color #4D5710 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D5710 is #B2A8EF. Grayscale: #4C4C4C. Windows color (decimal): -11708656 or 1070925. OLE color: 1070925.

HSL color Cylindrical-coordinate representation of color #4D5710: hue angle of 68.45º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4D5710 is Cyan = 0.11, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.66.

Color convert

RGB 77 87 16 -
CMYK 0.11 0 0.82 0.66
HSL 68.45º 0.69% 0.2% -
HSV(B) 68.45º 0.82% 0.34% -
XYZ 6.56 8.43 1.77 -
YUV 75.92 94.19 128.77 -
System Red Green Blue C M Y K H S L
Decimal 77 87 16 0.11 0 0.82 0.66 68.45 0.69 0.2
Hex 4D 57 10 B 0 52 42 44 45 14
Octal 115 127 20 13 0 122 102 104 105 24
Binary 1001101 1010111 10000 1011 0 1010010 1000010 1000100 1000101 10100

Color Harmonies of #4D5710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5710

Black with #4D5710

Text Example


Text Example

White with #4D5710

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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