Html Css Color HEX #4D5104 Verdun Green

📋 copy color: '#4D5104'

red 77 ◦ green 81 ◦ blue 4

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

Shades of Verdun Green #4D5104

Tints of Verdun Green #4D5104

RGB

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

 GREEN value IS 81 (32.03% from 255) = 50%

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

R = 47.53%
G = 50%
B = 2.47%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.95

 K value IS 0.68

RGB Variations

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

Color information

#4D5104 (or 0x4D5104) is known color: Verdun Green. HEX triplet: 4D, 51 and 04. RGB value is (77,81,4). Sum of RGB (Red+Green+Blue) = 77+81+4=162 (21% of max value = 765). Red value is 77 (30.47% from 255 or 47.53% from 162); Green value is 81 (32.03% from 255 or 50% from 162); Blue value is 4 (1.95% from 255 or 2.47% from 162); Max value from RGB is 81 - color contains mainly: green. Hex color #4D5104 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D5104 is #B2AEFB. Grayscale: #474747. Windows color (decimal): -11710204 or 282957. OLE color: 282957.

HSL color Cylindrical-coordinate representation of color #4D5104: hue angle of 63.12º 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 #4D5104 is Cyan = 0.05, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.68.

Color convert

RGB 77 81 4 -
CMYK 0.05 0 0.95 0.68
HSL 63.12º 0.91% 0.17% -
HSV(B) 63.12º 0.95% 0.32% -
XYZ 6.02 7.47 1.24 -
YUV 71.03 90.17 132.26 -
System Red Green Blue C M Y K H S L
Decimal 77 81 4 0.05 0 0.95 0.68 63.12 0.91 0.17
Hex 4D 51 4 5 0 5F 44 3F 5B 11
Octal 115 121 4 5 0 137 104 77 133 21
Binary 1001101 1010001 100 101 0 1011111 1000100 111111 1011011 10001

Color Harmonies of #4D5104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5104

Black with #4D5104

Text Example


Text Example

White with #4D5104

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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