Html Css Color HEX #4D6913 Verdun Green

📋 copy color: '#4D6913'

red 77 ◦ green 105 ◦ blue 19

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

Shades of Verdun Green #4D6913

Tints of Verdun Green #4D6913

RGB

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

 GREEN value IS 105 (41.41% from 255) = 52.24%

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

R = 38.31%
G = 52.24%
B = 9.45%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.82

 K value IS 0.59

RGB Variations

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

Color information

#4D6913 (or 0x4D6913) is known color: Verdun Green. HEX triplet: 4D, 69 and 13. RGB value is (77,105,19). Sum of RGB (Red+Green+Blue) = 77+105+19=201 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.31% from 201); Green value is 105 (41.41% from 255 or 52.24% from 201); Blue value is 19 (7.81% from 255 or 9.45% from 201); Max value from RGB is 105 - color contains mainly: green. Hex color #4D6913 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D6913 is #B296EC. Grayscale: #575757. Windows color (decimal): -11704045 or 1272141. OLE color: 1272141.

HSL color Cylindrical-coordinate representation of color #4D6913: hue angle of 79.53º 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 #4D6913 is Cyan = 0.27, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.59.

Color convert

RGB 77 105 19 -
CMYK 0.27 0 0.82 0.59
HSL 79.53º 0.69% 0.24% -
HSV(B) 79.53º 0.82% 0.41% -
XYZ 8.23 11.73 2.45 -
YUV 86.82 89.72 120.99 -
System Red Green Blue C M Y K H S L
Decimal 77 105 19 0.27 0 0.82 0.59 79.53 0.69 0.24
Hex 4D 69 13 1B 0 52 3B 50 45 18
Octal 115 151 23 33 0 122 73 120 105 30
Binary 1001101 1101001 10011 11011 0 1010010 111011 1010000 1000101 11000

Color Harmonies of #4D6913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6913

Black with #4D6913

Text Example


Text Example

White with #4D6913

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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