Html Css Color HEX #4D5204 Verdun Green

📋 copy color: '#4D5204'

red 77 ◦ green 82 ◦ blue 4

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

Shades of Verdun Green #4D5204

Tints of Verdun Green #4D5204

RGB

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

 GREEN value IS 82 (32.42% from 255) = 50.31%

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

R = 47.24%
G = 50.31%
B = 2.45%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.95

 K value IS 0.68

RGB Variations

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

Color information

#4D5204 (or 0x4D5204) is known color: Verdun Green. HEX triplet: 4D, 52 and 04. RGB value is (77,82,4). Sum of RGB (Red+Green+Blue) = 77+82+4=163 (21% of max value = 765). Red value is 77 (30.47% from 255 or 47.24% from 163); Green value is 82 (32.42% from 255 or 50.31% from 163); Blue value is 4 (1.95% from 255 or 2.45% from 163); Max value from RGB is 82 - color contains mainly: green. Hex color #4D5204 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D5204 is #B2ADFB. Grayscale: #474747. Windows color (decimal): -11709948 or 283213. OLE color: 283213.

HSL color Cylindrical-coordinate representation of color #4D5204: hue angle of 63.85º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4D5204 is Cyan = 0.06, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.68.

Color convert

RGB 77 82 4 -
CMYK 0.06 0 0.95 0.68
HSL 63.85º 0.91% 0.17% -
HSV(B) 63.85º 0.95% 0.32% -
XYZ 6.1 7.62 1.26 -
YUV 71.61 89.84 131.84 -
System Red Green Blue C M Y K H S L
Decimal 77 82 4 0.06 0 0.95 0.68 63.85 0.91 0.17
Hex 4D 52 4 6 0 5F 44 40 5B 11
Octal 115 122 4 6 0 137 104 100 133 21
Binary 1001101 1010010 100 110 0 1011111 1000100 1000000 1011011 10001

Color Harmonies of #4D5204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5204

Black with #4D5204

Text Example


Text Example

White with #4D5204

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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