Html Css Color HEX #4D5510 Verdun Green

📋 copy color: '#4D5510'

red 77 ◦ green 85 ◦ blue 16

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

Shades of Verdun Green #4D5510

Tints of Verdun Green #4D5510

RGB

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

 GREEN value IS 85 (33.59% from 255) = 47.75%

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

R = 43.26%
G = 47.75%
B = 8.99%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#4D5510 (or 0x4D5510) is known color: Verdun Green. HEX triplet: 4D, 55 and 10. RGB value is (77,85,16). Sum of RGB (Red+Green+Blue) = 77+85+16=178 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.26% from 178); Green value is 85 (33.59% from 255 or 47.75% from 178); Blue value is 16 (6.64% from 255 or 8.99% from 178); Max value from RGB is 85 - color contains mainly: green. Hex color #4D5510 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D5510 is #B2AAEF. Grayscale: #4B4B4B. Windows color (decimal): -11709168 or 1070413. OLE color: 1070413.

HSL color Cylindrical-coordinate representation of color #4D5510: hue angle of 66.96º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4D5510 is Cyan = 0.09, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB 77 85 16 -
CMYK 0.09 0 0.81 0.67
HSL 66.96º 0.68% 0.2% -
HSV(B) 66.96º 0.81% 0.33% -
XYZ 6.4 8.11 1.72 -
YUV 74.74 94.85 129.61 -
System Red Green Blue C M Y K H S L
Decimal 77 85 16 0.09 0 0.81 0.67 66.96 0.68 0.2
Hex 4D 55 10 9 0 51 43 43 44 14
Octal 115 125 20 11 0 121 103 103 104 24
Binary 1001101 1010101 10000 1001 0 1010001 1000011 1000011 1000100 10100

Color Harmonies of #4D5510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5510

Black with #4D5510

Text Example


Text Example

White with #4D5510

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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