Html Css Color HEX #4D5F0D Verdun Green

📋 copy color: '#4D5F0D'

red 77 ◦ green 95 ◦ blue 13

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

Shades of Verdun Green #4D5F0D

Tints of Verdun Green #4D5F0D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 51.35%

 BLUE value IS 13 (5.47% from 255) = 7.03%

R = 41.62%
G = 51.35%
B = 7.03%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.86

 K value IS 0.63

RGB Variations

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

Color information

#4D5F0D (or 0x4D5F0D) is known color: Verdun Green. HEX triplet: 4D, 5F and 0D. RGB value is (77,95,13). Sum of RGB (Red+Green+Blue) = 77+95+13=185 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.62% from 185); Green value is 95 (37.5% from 255 or 51.35% from 185); Blue value is 13 (5.47% from 255 or 7.03% from 185); Max value from RGB is 95 - color contains mainly: green. Hex color #4D5F0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D5F0D is #B2A0F2. Grayscale: #505050. Windows color (decimal): -11706611 or 876365. OLE color: 876365.

HSL color Cylindrical-coordinate representation of color #4D5F0D: hue angle of 73.17º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4D5F0D is Cyan = 0.19, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.63.

Color convert

RGB 77 95 13 -
CMYK 0.19 0 0.86 0.63
HSL 73.17º 0.76% 0.21% -
HSV(B) 73.17º 0.86% 0.37% -
XYZ 7.23 9.79 1.89 -
YUV 80.27 90.04 125.67 -
System Red Green Blue C M Y K H S L
Decimal 77 95 13 0.19 0 0.86 0.63 73.17 0.76 0.21
Hex 4D 5F D 13 0 56 3F 49 4C 15
Octal 115 137 15 23 0 126 77 111 114 25
Binary 1001101 1011111 1101 10011 0 1010110 111111 1001001 1001100 10101

Color Harmonies of #4D5F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5F0D

Black with #4D5F0D

Text Example


Text Example

White with #4D5F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,95,13); }

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

background-color css

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

 a { background-color: rgb(77,95,13); }

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

border-color css

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

 span { border-color: rgb(77,95,13); }

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