Html Css Color HEX #4D6813 Verdun Green

📋 copy color: '#4D6813'

red 77 ◦ green 104 ◦ blue 19

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

Shades of Verdun Green #4D6813

Tints of Verdun Green #4D6813

RGB

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

 GREEN value IS 104 (41.02% from 255) = 52%

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

R = 38.5%
G = 52%
B = 9.5%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.82

 K value IS 0.59

RGB Variations

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

Color information

#4D6813 (or 0x4D6813) is known color: Verdun Green. HEX triplet: 4D, 68 and 13. RGB value is (77,104,19). Sum of RGB (Red+Green+Blue) = 77+104+19=200 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.5% from 200); Green value is 104 (41.02% from 255 or 52% from 200); Blue value is 19 (7.81% from 255 or 9.5% from 200); Max value from RGB is 104 - color contains mainly: green. Hex color #4D6813 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D6813 is #B297EC. Grayscale: #565656. Windows color (decimal): -11704301 or 1271885. OLE color: 1271885.

HSL color Cylindrical-coordinate representation of color #4D6813: hue angle of 79.06º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4D6813 is Cyan = 0.26, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.59.

Color convert

RGB 77 104 19 -
CMYK 0.26 0 0.82 0.59
HSL 79.06º 0.69% 0.24% -
HSV(B) 79.06º 0.82% 0.41% -
XYZ 8.13 11.53 2.41 -
YUV 86.24 90.05 121.41 -
System Red Green Blue C M Y K H S L
Decimal 77 104 19 0.26 0 0.82 0.59 79.06 0.69 0.24
Hex 4D 68 13 1A 0 52 3B 4F 45 18
Octal 115 150 23 32 0 122 73 117 105 30
Binary 1001101 1101000 10011 11010 0 1010010 111011 1001111 1000101 11000

Color Harmonies of #4D6813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6813

Black with #4D6813

Text Example


Text Example

White with #4D6813

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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