Html Css Color HEX #4D6205 Verdun Green

📋 copy color: '#4D6205'

red 77 ◦ green 98 ◦ blue 5

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

Shades of Verdun Green #4D6205

Tints of Verdun Green #4D6205

RGB

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

 GREEN value IS 98 (38.67% from 255) = 54.44%

 BLUE value IS 5 (2.34% from 255) = 2.78%

R = 42.78%
G = 54.44%
B = 2.78%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.95

 K value IS 0.62

RGB Variations

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

Color information

#4D6205 (or 0x4D6205) is known color: Verdun Green. HEX triplet: 4D, 62 and 05. RGB value is (77,98,5). Sum of RGB (Red+Green+Blue) = 77+98+5=180 (23% of max value = 765). Red value is 77 (30.47% from 255 or 42.78% from 180); Green value is 98 (38.67% from 255 or 54.44% from 180); Blue value is 5 (2.34% from 255 or 2.78% from 180); Max value from RGB is 98 - color contains mainly: green. Hex color #4D6205 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D6205 is #B29DFA. Grayscale: #515151. Windows color (decimal): -11705851 or 352845. OLE color: 352845.

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

Color convert

RGB 77 98 5 -
CMYK 0.21 0 0.95 0.62
HSL 73.55º 0.9% 0.2% -
HSV(B) 73.55º 0.95% 0.38% -
XYZ 7.46 10.32 1.74 -
YUV 81.12 85.04 125.06 -
System Red Green Blue C M Y K H S L
Decimal 77 98 5 0.21 0 0.95 0.62 73.55 0.9 0.2
Hex 4D 62 5 15 0 5F 3E 4A 5A 14
Octal 115 142 5 25 0 137 76 112 132 24
Binary 1001101 1100010 101 10101 0 1011111 111110 1001010 1011010 10100

Color Harmonies of #4D6205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6205

Black with #4D6205

Text Example


Text Example

White with #4D6205

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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