Html Css Color HEX #4D6613 Verdun Green

📋 copy color: '#4D6613'

red 77 ◦ green 102 ◦ blue 19

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

Shades of Verdun Green #4D6613

Tints of Verdun Green #4D6613

RGB

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

 GREEN value IS 102 (40.23% from 255) = 51.52%

 BLUE value IS 19 (7.81% from 255) = 9.6%

R = 38.89%
G = 51.52%
B = 9.6%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.81

 K value IS 0.6

RGB Variations

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

Color information

#4D6613 (or 0x4D6613) is known color: Verdun Green. HEX triplet: 4D, 66 and 13. RGB value is (77,102,19). Sum of RGB (Red+Green+Blue) = 77+102+19=198 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.89% from 198); Green value is 102 (40.23% from 255 or 51.52% from 198); Blue value is 19 (7.81% from 255 or 9.60% from 198); Max value from RGB is 102 - color contains mainly: green. Hex color #4D6613 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D6613 is #B299EC. Grayscale: #555555. Windows color (decimal): -11704813 or 1271373. OLE color: 1271373.

HSL color Cylindrical-coordinate representation of color #4D6613: hue angle of 78.07º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4D6613 is Cyan = 0.25, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.6.

Color convert

RGB 77 102 19 -
CMYK 0.25 0 0.81 0.6
HSL 78.07º 0.69% 0.24% -
HSV(B) 78.07º 0.81% 0.4% -
XYZ 7.93 11.13 2.35 -
YUV 85.06 90.72 122.25 -
System Red Green Blue C M Y K H S L
Decimal 77 102 19 0.25 0 0.81 0.6 78.07 0.69 0.24
Hex 4D 66 13 19 0 51 3C 4E 45 18
Octal 115 146 23 31 0 121 74 116 105 30
Binary 1001101 1100110 10011 11001 0 1010001 111100 1001110 1000101 11000

Color Harmonies of #4D6613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6613

Black with #4D6613

Text Example


Text Example

White with #4D6613

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,102,19); }

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

background-color css

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

 a { background-color: rgb(77,102,19); }

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

border-color css

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

 span { border-color: rgb(77,102,19); }

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