Html Css Color HEX #4D5504 Verdun Green

📋 copy color: '#4D5504'

red 77 ◦ green 85 ◦ blue 4

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

Shades of Verdun Green #4D5504

Tints of Verdun Green #4D5504

RGB

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

 GREEN value IS 85 (33.59% from 255) = 51.2%

 BLUE value IS 4 (1.95% from 255) = 2.41%

R = 46.39%
G = 51.2%
B = 2.41%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.95

 K value IS 0.67

RGB Variations

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

Color information

#4D5504 (or 0x4D5504) is known color: Verdun Green. HEX triplet: 4D, 55 and 04. RGB value is (77,85,4). Sum of RGB (Red+Green+Blue) = 77+85+4=166 (21% of max value = 765). Red value is 77 (30.47% from 255 or 46.39% from 166); Green value is 85 (33.59% from 255 or 51.20% from 166); Blue value is 4 (1.95% from 255 or 2.41% from 166); Max value from RGB is 85 - color contains mainly: green. Hex color #4D5504 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D5504 is #B2AAFB. Grayscale: #494949. Windows color (decimal): -11709180 or 283981. OLE color: 283981.

HSL color Cylindrical-coordinate representation of color #4D5504: hue angle of 65.93º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4D5504 is Cyan = 0.09, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.67.

Color convert

RGB 77 85 4 -
CMYK 0.09 0 0.95 0.67
HSL 65.93º 0.91% 0.17% -
HSV(B) 65.93º 0.95% 0.33% -
XYZ 6.33 8.08 1.34 -
YUV 73.37 88.85 130.59 -
System Red Green Blue C M Y K H S L
Decimal 77 85 4 0.09 0 0.95 0.67 65.93 0.91 0.17
Hex 4D 55 4 9 0 5F 43 42 5B 11
Octal 115 125 4 11 0 137 103 102 133 21
Binary 1001101 1010101 100 1001 0 1011111 1000011 1000010 1011011 10001

Color Harmonies of #4D5504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5504

Black with #4D5504

Text Example


Text Example

White with #4D5504

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,85,4); }

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

background-color css

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

 a { background-color: rgb(77,85,4); }

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

border-color css

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

 span { border-color: rgb(77,85,4); }

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