Html Css Color HEX #4D4F08 Verdun Green

📋 copy color: '#4D4F08'

red 77 ◦ green 79 ◦ blue 8

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

Shades of Verdun Green #4D4F08

Tints of Verdun Green #4D4F08

RGB

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

 GREEN value IS 79 (31.25% from 255) = 48.17%

 BLUE value IS 8 (3.52% from 255) = 4.88%

R = 46.95%
G = 48.17%
B = 4.88%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.90

 K value IS 0.69

RGB Variations

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

Color information

#4D4F08 (or 0x4D4F08) is known color: Verdun Green. HEX triplet: 4D, 4F and 08. RGB value is (77,79,8). Sum of RGB (Red+Green+Blue) = 77+79+8=164 (21% of max value = 765). Red value is 77 (30.47% from 255 or 46.95% from 164); Green value is 79 (31.25% from 255 or 48.17% from 164); Blue value is 8 (3.52% from 255 or 4.88% from 164); Max value from RGB is 79 - color contains mainly: green. Hex color #4D4F08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D4F08 is #B2B0F7. Grayscale: #464646. Windows color (decimal): -11710712 or 544589. OLE color: 544589.

HSL color Cylindrical-coordinate representation of color #4D4F08: hue angle of 61.69º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4D4F08 is Cyan = 0.03, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.69.

Color convert

RGB 77 79 8 -
CMYK 0.03 0 0.90 0.69
HSL 61.69º 0.82% 0.17% -
HSV(B) 61.69º 0.9% 0.31% -
XYZ 5.9 7.19 1.31 -
YUV 70.31 92.84 132.77 -
System Red Green Blue C M Y K H S L
Decimal 77 79 8 0.03 0 0.90 0.69 61.69 0.82 0.17
Hex 4D 4F 8 3 0 5A 45 3E 52 11
Octal 115 117 10 3 0 132 105 76 122 21
Binary 1001101 1001111 1000 11 0 1011010 1000101 111110 1010010 10001

Color Harmonies of #4D4F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4F08

Black with #4D4F08

Text Example


Text Example

White with #4D4F08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,79,8); }

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

background-color css

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

 a { background-color: rgb(77,79,8); }

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

border-color css

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

 span { border-color: rgb(77,79,8); }

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