Html Css Color HEX #4D5518 Verdun Green

📋 copy color: '#4D5518'

red 77 ◦ green 85 ◦ blue 24

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

Shades of Verdun Green #4D5518

Tints of Verdun Green #4D5518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 12.9%

R = 41.4%
G = 45.7%
B = 12.9%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.72

 K value IS 0.67

RGB Variations

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

Color information

#4D5518 (or 0x4D5518) is known color: Verdun Green. HEX triplet: 4D, 55 and 18. RGB value is (77,85,24). Sum of RGB (Red+Green+Blue) = 77+85+24=186 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.40% from 186); Green value is 85 (33.59% from 255 or 45.70% from 186); Blue value is 24 (9.77% from 255 or 12.90% from 186); Max value from RGB is 85 - color contains mainly: green. Hex color #4D5518 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D5518 is #B2AAE7. Grayscale: #4B4B4B. Windows color (decimal): -11709160 or 1594701. OLE color: 1594701.

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

Color convert

RGB 77 85 24 -
CMYK 0.09 0 0.72 0.67
HSL 67.87º 0.56% 0.21% -
HSV(B) 67.87º 0.72% 0.33% -
XYZ 6.47 8.14 2.09 -
YUV 75.65 98.85 128.96 -
System Red Green Blue C M Y K H S L
Decimal 77 85 24 0.09 0 0.72 0.67 67.87 0.56 0.21
Hex 4D 55 18 9 0 48 43 44 38 15
Octal 115 125 30 11 0 110 103 104 70 25
Binary 1001101 1010101 11000 1001 0 1001000 1000011 1000100 111000 10101

Color Harmonies of #4D5518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5518

Black with #4D5518

Text Example


Text Example

White with #4D5518

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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