Html Css Color HEX #4D6504 Verdun Green

📋 copy color: '#4D6504'

red 77 ◦ green 101 ◦ blue 4

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

Shades of Verdun Green #4D6504

Tints of Verdun Green #4D6504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.2%

R = 42.31%
G = 55.49%
B = 2.2%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.96

 K value IS 0.60

RGB Variations

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

Color information

#4D6504 (or 0x4D6504) is known color: Verdun Green. HEX triplet: 4D, 65 and 04. RGB value is (77,101,4). Sum of RGB (Red+Green+Blue) = 77+101+4=182 (24% of max value = 765). Red value is 77 (30.47% from 255 or 42.31% from 182); Green value is 101 (39.84% from 255 or 55.49% from 182); Blue value is 4 (1.95% from 255 or 2.20% from 182); Max value from RGB is 101 - color contains mainly: green. Hex color #4D6504 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D6504 is #B29AFB. Grayscale: #535353. Windows color (decimal): -11705084 or 288077. OLE color: 288077.

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

Color convert

RGB 77 101 4 -
CMYK 0.24 0 0.96 0.60
HSL 74.85º 0.92% 0.21% -
HSV(B) 74.85º 0.96% 0.4% -
XYZ 7.74 10.89 1.81 -
YUV 82.77 83.55 123.89 -
System Red Green Blue C M Y K H S L
Decimal 77 101 4 0.24 0 0.96 0.60 74.85 0.92 0.21
Hex 4D 65 4 18 0 60 3C 4B 5C 15
Octal 115 145 4 30 0 140 74 113 134 25
Binary 1001101 1100101 100 11000 0 1100000 111100 1001011 1011100 10101

Color Harmonies of #4D6504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6504

Black with #4D6504

Text Example


Text Example

White with #4D6504

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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