#4D6201

Color #4D6201 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #4D6201

Tints of Verdun Green #4D6201

Color information

#4D6201 (or 0x4D6201) is unknown color: approx Verdun Green. HEX triplet: 4D, 62 and 01. RGB value is (77,98,1). Sum of RGB (Red+Green+Blue) = 77+98+1=176 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.75% from 176); Green value is 98 (38.67% from 255 or 55.68% from 176); Blue value is 1 (0.78% from 255 or 0.57% from 176); Max value from RGB is 98 - color contains mainly: green. Hex color #4D6201 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D6201 is #B29DFE. Grayscale: #515151. Windows color (decimal): -11705855 or 90701. OLE color: 90701.

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

Color convert

RGB77981-
CMYK0.2100.990.62
HSL72.99º97.98%19.41%-
HSV(B)72.99º98.98%38.43%-
XYZ7.4310.321.63-
YUV80.6683.04125.39-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 43.75%
GREEN value IS 98 (38.67% from 255) = 55.68%
BLUE value IS 1 (0.78% from 255) = 0.57%
R=43.75%
G=55.68%
B=0.57%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal779810.2100.990.6272.9997.9819.41
Hex4D621150633E496213
Octal11514212501437611114223
Binary10011011100010110101011000111111101001001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D6201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4D6201;
 }
 .AnyTagClassName
 {
   color: #4D6201;
 }
</style>
background-color css

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

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

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

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

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

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