Html Css Color HEX #4D5803 Verdun Green

📋 copy color: '#4D5803'

red 77 ◦ green 88 ◦ blue 3

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

Shades of Verdun Green #4D5803

Tints of Verdun Green #4D5803

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.79%

R = 45.83%
G = 52.38%
B = 1.79%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.97

 K value IS 0.65

RGB Variations

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

Color information

#4D5803 (or 0x4D5803) is known color: Verdun Green. HEX triplet: 4D, 58 and 03. RGB value is (77,88,3). Sum of RGB (Red+Green+Blue) = 77+88+3=168 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.83% from 168); Green value is 88 (34.77% from 255 or 52.38% from 168); Blue value is 3 (1.56% from 255 or 1.79% from 168); Max value from RGB is 88 - color contains mainly: green. Hex color #4D5803 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D5803 is #B2A7FC. Grayscale: #4B4B4B. Windows color (decimal): -11708413 or 219213. OLE color: 219213.

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

Color convert

RGB 77 88 3 -
CMYK 0.12 0 0.97 0.65
HSL 67.76º 0.93% 0.18% -
HSV(B) 67.76º 0.97% 0.35% -
XYZ 6.57 8.56 1.39 -
YUV 75.02 87.36 129.41 -
System Red Green Blue C M Y K H S L
Decimal 77 88 3 0.12 0 0.97 0.65 67.76 0.93 0.18
Hex 4D 58 3 C 0 61 41 44 5D 12
Octal 115 130 3 14 0 141 101 104 135 22
Binary 1001101 1011000 11 1100 0 1100001 1000001 1000100 1011101 10010

Color Harmonies of #4D5803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5803

Black with #4D5803

Text Example


Text Example

White with #4D5803

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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