Html Css Color HEX #4D5805 Verdun Green

📋 copy color: '#4D5805'

red 77 ◦ green 88 ◦ blue 5

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

Shades of Verdun Green #4D5805

Tints of Verdun Green #4D5805

RGB

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

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

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

R = 45.29%
G = 51.76%
B = 2.94%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.94

 K value IS 0.65

RGB Variations

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

Color information

#4D5805 (or 0x4D5805) is known color: Verdun Green. HEX triplet: 4D, 58 and 05. RGB value is (77,88,5). Sum of RGB (Red+Green+Blue) = 77+88+5=170 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.29% from 170); Green value is 88 (34.77% from 255 or 51.76% from 170); Blue value is 5 (2.34% from 255 or 2.94% from 170); Max value from RGB is 88 - color contains mainly: green. Hex color #4D5805 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D5805 is #B2A7FA. Grayscale: #4B4B4B. Windows color (decimal): -11708411 or 350285. OLE color: 350285.

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

Color convert

RGB 77 88 5 -
CMYK 0.12 0 0.94 0.65
HSL 67.95º 0.89% 0.18% -
HSV(B) 67.95º 0.94% 0.35% -
XYZ 6.58 8.57 1.45 -
YUV 75.25 88.36 129.25 -
System Red Green Blue C M Y K H S L
Decimal 77 88 5 0.12 0 0.94 0.65 67.95 0.89 0.18
Hex 4D 58 5 C 0 5E 41 44 59 12
Octal 115 130 5 14 0 136 101 104 131 22
Binary 1001101 1011000 101 1100 0 1011110 1000001 1000100 1011001 10010

Color Harmonies of #4D5805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5805

Black with #4D5805

Text Example


Text Example

White with #4D5805

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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