Html Css Color HEX #4D6601 Verdun Green

📋 copy color: '#4D6601'

red 77 ◦ green 102 ◦ blue 1

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

Shades of Verdun Green #4D6601

Tints of Verdun Green #4D6601

RGB

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

 GREEN value IS 102 (40.23% from 255) = 56.67%

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

R = 42.78%
G = 56.67%
B = 0.56%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.99

 K value IS 0.6

RGB Variations

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

Color information

#4D6601 (or 0x4D6601) is known color: Verdun Green. HEX triplet: 4D, 66 and 01. RGB value is (77,102,1). Sum of RGB (Red+Green+Blue) = 77+102+1=180 (23% of max value = 765). Red value is 77 (30.47% from 255 or 42.78% from 180); Green value is 102 (40.23% from 255 or 56.67% from 180); Blue value is 1 (0.78% from 255 or 0.56% from 180); Max value from RGB is 102 - color contains mainly: green. Hex color #4D6601 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D6601 is #B299FE. Grayscale: #535353. Windows color (decimal): -11704831 or 91725. OLE color: 91725.

HSL color Cylindrical-coordinate representation of color #4D6601: hue angle of 74.85º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4D6601 is Cyan = 0.25, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.6.

Color convert

RGB 77 102 1 -
CMYK 0.25 0 0.99 0.6
HSL 74.85º 0.98% 0.2% -
HSV(B) 74.85º 0.99% 0.4% -
XYZ 7.82 11.08 1.76 -
YUV 83.01 81.72 123.71 -
System Red Green Blue C M Y K H S L
Decimal 77 102 1 0.25 0 0.99 0.6 74.85 0.98 0.2
Hex 4D 66 1 19 0 63 3C 4B 62 14
Octal 115 146 1 31 0 143 74 113 142 24
Binary 1001101 1100110 1 11001 0 1100011 111100 1001011 1100010 10100

Color Harmonies of #4D6601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6601

Black with #4D6601

Text Example


Text Example

White with #4D6601

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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