Html Css Color HEX #4D600D Verdun Green

📋 copy color: '#4D600D'

red 77 ◦ green 96 ◦ blue 13

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

Shades of Verdun Green #4D600D

Tints of Verdun Green #4D600D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 51.61%

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

R = 41.4%
G = 51.61%
B = 6.99%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.86

 K value IS 0.62

RGB Variations

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

Color information

#4D600D (or 0x4D600D) is known color: Verdun Green. HEX triplet: 4D, 60 and 0D. RGB value is (77,96,13). Sum of RGB (Red+Green+Blue) = 77+96+13=186 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.40% from 186); Green value is 96 (37.89% from 255 or 51.61% from 186); Blue value is 13 (5.47% from 255 or 6.99% from 186); Max value from RGB is 96 - color contains mainly: green. Hex color #4D600D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D600D is #B29FF2. Grayscale: #515151. Windows color (decimal): -11706355 or 876621. OLE color: 876621.

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

Color convert

RGB 77 96 13 -
CMYK 0.20 0 0.86 0.62
HSL 73.73º 0.76% 0.21% -
HSV(B) 73.73º 0.86% 0.38% -
XYZ 7.32 9.97 1.92 -
YUV 80.86 89.71 125.25 -
System Red Green Blue C M Y K H S L
Decimal 77 96 13 0.20 0 0.86 0.62 73.73 0.76 0.21
Hex 4D 60 D 14 0 56 3E 4A 4C 15
Octal 115 140 15 24 0 126 76 112 114 25
Binary 1001101 1100000 1101 10100 0 1010110 111110 1001010 1001100 10101

Color Harmonies of #4D600D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D600D

Black with #4D600D

Text Example


Text Example

White with #4D600D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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