Html Css Color HEX #4D5901 Verdun Green

📋 copy color: '#4D5901'

red 77 ◦ green 89 ◦ blue 1

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

Shades of Verdun Green #4D5901

Tints of Verdun Green #4D5901

RGB

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

 GREEN value IS 89 (35.16% from 255) = 53.29%

 BLUE value IS 1 (0.78% from 255) = 0.6%

R = 46.11%
G = 53.29%
B = 0.6%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#4D5901 (or 0x4D5901) is known color: Verdun Green. HEX triplet: 4D, 59 and 01. RGB value is (77,89,1). Sum of RGB (Red+Green+Blue) = 77+89+1=167 (22% of max value = 765). Red value is 77 (30.47% from 255 or 46.11% from 167); Green value is 89 (35.16% from 255 or 53.29% from 167); Blue value is 1 (0.78% from 255 or 0.60% from 167); Max value from RGB is 89 - color contains mainly: green. Hex color #4D5901 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D5901 is #B2A6FE. Grayscale: #4B4B4B. Windows color (decimal): -11708159 or 88397. OLE color: 88397.

HSL color Cylindrical-coordinate representation of color #4D5901: hue angle of 68.18º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4D5901 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.65.

Color convert

RGB 77 89 1 -
CMYK 0.13 0 0.99 0.65
HSL 68.18º 0.98% 0.18% -
HSV(B) 68.18º 0.99% 0.35% -
XYZ 6.64 8.72 1.36 -
YUV 75.38 86.02 129.16 -
System Red Green Blue C M Y K H S L
Decimal 77 89 1 0.13 0 0.99 0.65 68.18 0.98 0.18
Hex 4D 59 1 D 0 63 41 44 62 12
Octal 115 131 1 15 0 143 101 104 142 22
Binary 1001101 1011001 1 1101 0 1100011 1000001 1000100 1100010 10010

Color Harmonies of #4D5901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5901

Black with #4D5901

Text Example


Text Example

White with #4D5901

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,89,1); }

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

background-color css

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

 a { background-color: rgb(77,89,1); }

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

border-color css

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

 span { border-color: rgb(77,89,1); }

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