Html Css Color HEX #4D5517 Verdun Green

📋 copy color: '#4D5517'

red 77 ◦ green 85 ◦ blue 23

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

Shades of Verdun Green #4D5517

Tints of Verdun Green #4D5517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 12.43%

R = 41.62%
G = 45.95%
B = 12.43%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#4D5517 (or 0x4D5517) is known color: Verdun Green. HEX triplet: 4D, 55 and 17. RGB value is (77,85,23). Sum of RGB (Red+Green+Blue) = 77+85+23=185 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.62% from 185); Green value is 85 (33.59% from 255 or 45.95% from 185); Blue value is 23 (9.38% from 255 or 12.43% from 185); Max value from RGB is 85 - color contains mainly: green. Hex color #4D5517 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D5517 is #B2AAE8. Grayscale: #4B4B4B. Windows color (decimal): -11709161 or 1529165. OLE color: 1529165.

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

Color convert

RGB 77 85 23 -
CMYK 0.09 0 0.73 0.67
HSL 67.74º 0.57% 0.21% -
HSV(B) 67.74º 0.73% 0.33% -
XYZ 6.46 8.14 2.04 -
YUV 75.54 98.35 129.04 -
System Red Green Blue C M Y K H S L
Decimal 77 85 23 0.09 0 0.73 0.67 67.74 0.57 0.21
Hex 4D 55 17 9 0 49 43 44 39 15
Octal 115 125 27 11 0 111 103 104 71 25
Binary 1001101 1010101 10111 1001 0 1001001 1000011 1000100 111001 10101

Color Harmonies of #4D5517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5517

Black with #4D5517

Text Example


Text Example

White with #4D5517

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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