Html Css Color HEX #4D610D Verdun Green

📋 copy color: '#4D610D'

red 77 ◦ green 97 ◦ blue 13

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

Shades of Verdun Green #4D610D

Tints of Verdun Green #4D610D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 51.87%

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

R = 41.18%
G = 51.87%
B = 6.95%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.87

 K value IS 0.62

RGB Variations

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

Color information

#4D610D (or 0x4D610D) is known color: Verdun Green. HEX triplet: 4D, 61 and 0D. RGB value is (77,97,13). Sum of RGB (Red+Green+Blue) = 77+97+13=187 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.18% from 187); Green value is 97 (38.28% from 255 or 51.87% from 187); Blue value is 13 (5.47% from 255 or 6.95% from 187); Max value from RGB is 97 - color contains mainly: green. Hex color #4D610D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D610D is #B29EF2. Grayscale: #515151. Windows color (decimal): -11706099 or 876877. OLE color: 876877.

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

Color convert

RGB 77 97 13 -
CMYK 0.21 0 0.87 0.62
HSL 74.29º 0.76% 0.22% -
HSV(B) 74.29º 0.87% 0.38% -
XYZ 7.41 10.16 1.95 -
YUV 81.44 89.37 124.83 -
System Red Green Blue C M Y K H S L
Decimal 77 97 13 0.21 0 0.87 0.62 74.29 0.76 0.22
Hex 4D 61 D 15 0 57 3E 4A 4C 16
Octal 115 141 15 25 0 127 76 112 114 26
Binary 1001101 1100001 1101 10101 0 1010111 111110 1001010 1001100 10110

Color Harmonies of #4D610D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D610D

Black with #4D610D

Text Example


Text Example

White with #4D610D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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