Html Css Color HEX #4D6517 Verdun Green

📋 copy color: '#4D6517'

red 77 ◦ green 101 ◦ blue 23

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

Shades of Verdun Green #4D6517

Tints of Verdun Green #4D6517

RGB

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

 GREEN value IS 101 (39.84% from 255) = 50.25%

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

R = 38.31%
G = 50.25%
B = 11.44%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.77

 K value IS 0.60

RGB Variations

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

Color information

#4D6517 (or 0x4D6517) is known color: Verdun Green. HEX triplet: 4D, 65 and 17. RGB value is (77,101,23). Sum of RGB (Red+Green+Blue) = 77+101+23=201 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.31% from 201); Green value is 101 (39.84% from 255 or 50.25% from 201); Blue value is 23 (9.38% from 255 or 11.44% from 201); Max value from RGB is 101 - color contains mainly: green. Hex color #4D6517 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D6517 is #B29AE8. Grayscale: #555555. Windows color (decimal): -11705065 or 1533261. OLE color: 1533261.

HSL color Cylindrical-coordinate representation of color #4D6517: hue angle of 78.46º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4D6517 is Cyan = 0.24, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.60.

Color convert

RGB 77 101 23 -
CMYK 0.24 0 0.77 0.60
HSL 78.46º 0.63% 0.24% -
HSV(B) 78.46º 0.77% 0.4% -
XYZ 7.87 10.95 2.51 -
YUV 84.93 93.05 122.34 -
System Red Green Blue C M Y K H S L
Decimal 77 101 23 0.24 0 0.77 0.60 78.46 0.63 0.24
Hex 4D 65 17 18 0 4D 3C 4E 3F 18
Octal 115 145 27 30 0 115 74 116 77 30
Binary 1001101 1100101 10111 11000 0 1001101 111100 1001110 111111 11000

Color Harmonies of #4D6517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6517

Black with #4D6517

Text Example


Text Example

White with #4D6517

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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