Html Css Color HEX #4D5714 Verdun Green

📋 copy color: '#4D5714'

red 77 ◦ green 87 ◦ blue 20

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

Shades of Verdun Green #4D5714

Tints of Verdun Green #4D5714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.87%

R = 41.85%
G = 47.28%
B = 10.87%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#4D5714 (or 0x4D5714) is known color: Verdun Green. HEX triplet: 4D, 57 and 14. RGB value is (77,87,20). Sum of RGB (Red+Green+Blue) = 77+87+20=184 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.85% from 184); Green value is 87 (34.38% from 255 or 47.28% from 184); Blue value is 20 (8.20% from 255 or 10.87% from 184); Max value from RGB is 87 - color contains mainly: green. Hex color #4D5714 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D5714 is #B2A8EB. Grayscale: #4C4C4C. Windows color (decimal): -11708652 or 1333069. OLE color: 1333069.

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

Color convert

RGB 77 87 20 -
CMYK 0.11 0 0.77 0.66
HSL 68.96º 0.63% 0.21% -
HSV(B) 68.96º 0.77% 0.34% -
XYZ 6.6 8.44 1.94 -
YUV 76.37 96.19 128.45 -
System Red Green Blue C M Y K H S L
Decimal 77 87 20 0.11 0 0.77 0.66 68.96 0.63 0.21
Hex 4D 57 14 B 0 4D 42 45 3F 15
Octal 115 127 24 13 0 115 102 105 77 25
Binary 1001101 1010111 10100 1011 0 1001101 1000010 1000101 111111 10101

Color Harmonies of #4D5714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5714

Black with #4D5714

Text Example


Text Example

White with #4D5714

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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