Html Css Color HEX #4D5D08 Verdun Green

📋 copy color: '#4D5D08'

red 77 ◦ green 93 ◦ blue 8

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

Shades of Verdun Green #4D5D08

Tints of Verdun Green #4D5D08

RGB

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

 GREEN value IS 93 (36.72% from 255) = 52.25%

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

R = 43.26%
G = 52.25%
B = 4.49%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.91

 K value IS 0.64

RGB Variations

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

Color information

#4D5D08 (or 0x4D5D08) is known color: Verdun Green. HEX triplet: 4D, 5D and 08. RGB value is (77,93,8). Sum of RGB (Red+Green+Blue) = 77+93+8=178 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.26% from 178); Green value is 93 (36.72% from 255 or 52.25% from 178); Blue value is 8 (3.52% from 255 or 4.49% from 178); Max value from RGB is 93 - color contains mainly: green. Hex color #4D5D08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D5D08 is #B2A2F7. Grayscale: #4E4E4E. Windows color (decimal): -11707128 or 548173. OLE color: 548173.

HSL color Cylindrical-coordinate representation of color #4D5D08: hue angle of 71.29º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4D5D08 is Cyan = 0.17, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.64.

Color convert

RGB 77 93 8 -
CMYK 0.17 0 0.91 0.64
HSL 71.29º 0.84% 0.2% -
HSV(B) 71.29º 0.91% 0.36% -
XYZ 7.02 9.42 1.68 -
YUV 78.53 88.2 126.91 -
System Red Green Blue C M Y K H S L
Decimal 77 93 8 0.17 0 0.91 0.64 71.29 0.84 0.2
Hex 4D 5D 8 11 0 5B 40 47 54 14
Octal 115 135 10 21 0 133 100 107 124 24
Binary 1001101 1011101 1000 10001 0 1011011 1000000 1000111 1010100 10100

Color Harmonies of #4D5D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5D08

Black with #4D5D08

Text Example


Text Example

White with #4D5D08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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