Html Css Color HEX #4D6901 Verdun Green

📋 copy color: '#4D6901'

red 77 ◦ green 105 ◦ blue 1

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

Shades of Verdun Green #4D6901

Tints of Verdun Green #4D6901

RGB

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

 GREEN value IS 105 (41.41% from 255) = 57.38%

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

R = 42.08%
G = 57.38%
B = 0.55%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.99

 K value IS 0.59

RGB Variations

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

Color information

#4D6901 (or 0x4D6901) is known color: Verdun Green. HEX triplet: 4D, 69 and 01. RGB value is (77,105,1). Sum of RGB (Red+Green+Blue) = 77+105+1=183 (24% of max value = 765). Red value is 77 (30.47% from 255 or 42.08% from 183); Green value is 105 (41.41% from 255 or 57.38% from 183); Blue value is 1 (0.78% from 255 or 0.55% from 183); Max value from RGB is 105 - color contains mainly: green. Hex color #4D6901 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D6901 is #B296FE. Grayscale: #555555. Windows color (decimal): -11704063 or 92493. OLE color: 92493.

HSL color Cylindrical-coordinate representation of color #4D6901: hue angle of 76.15º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4D6901 is Cyan = 0.27, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.59.

Color convert

RGB 77 105 1 -
CMYK 0.27 0 0.99 0.59
HSL 76.15º 0.98% 0.21% -
HSV(B) 76.15º 0.99% 0.41% -
XYZ 8.12 11.68 1.86 -
YUV 84.77 80.72 122.46 -
System Red Green Blue C M Y K H S L
Decimal 77 105 1 0.27 0 0.99 0.59 76.15 0.98 0.21
Hex 4D 69 1 1B 0 63 3B 4C 62 15
Octal 115 151 1 33 0 143 73 114 142 25
Binary 1001101 1101001 1 11011 0 1100011 111011 1001100 1100010 10101

Color Harmonies of #4D6901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6901

Black with #4D6901

Text Example


Text Example

White with #4D6901

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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