Html Css Color HEX #4D5800 Verdun Green

📋 copy color: '#4D5800'

red 77 ◦ green 88 ◦ blue 0

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

Shades of Verdun Green #4D5800

Tints of Verdun Green #4D5800

RGB

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

 GREEN value IS 88 (34.77% from 255) = 53.33%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 46.67%
G = 53.33%
B = 0%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 1

 K value IS 0.65

RGB Variations

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

Color information

#4D5800 (or 0x4D5800) is known color: Verdun Green. HEX triplet: 4D, 58 and 00. RGB value is (77,88,0). Sum of RGB (Red+Green+Blue) = 77+88+0=165 (21% of max value = 765). Red value is 77 (30.47% from 255 or 46.67% from 165); Green value is 88 (34.77% from 255 or 53.33% from 165); Blue value is 0 (0.39% from 255 or 0% from 165); Max value from RGB is 88 - color contains mainly: green. Hex color #4D5800 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D5800 is #B2A7FF. Grayscale: #4B4B4B. Windows color (decimal): -11708416 or 22605. OLE color: 22605.

HSL color Cylindrical-coordinate representation of color #4D5800: hue angle of 67.5º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4D5800 is Cyan = 0.12, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.65.

Color convert

RGB 77 88 0 -
CMYK 0.12 0 1 0.65
HSL 67.5º 1% 0.17% -
HSV(B) 67.5º 1% 0.35% -
XYZ 6.55 8.56 1.31 -
YUV 74.68 85.86 129.66 -
System Red Green Blue C M Y K H S L
Decimal 77 88 0 0.12 0 1 0.65 67.5 1 0.17
Hex 4D 58 0 C 0 64 41 44 64 11
Octal 115 130 0 14 0 144 101 104 144 21
Binary 1001101 1011000 0 1100 0 1100100 1000001 1000100 1100100 10001

Color Harmonies of #4D5800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5800

Black with #4D5800

Text Example


Text Example

White with #4D5800

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,88,0); }

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

background-color css

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

 a { background-color: rgb(77,88,0); }

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

border-color css

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

 span { border-color: rgb(77,88,0); }

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