Html Css Color HEX #4D600F Verdun Green

📋 copy color: '#4D600F'

red 77 ◦ green 96 ◦ blue 15

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

Shades of Verdun Green #4D600F

Tints of Verdun Green #4D600F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.98%

R = 40.96%
G = 51.06%
B = 7.98%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.84

 K value IS 0.62

RGB Variations

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

Color information

#4D600F (or 0x4D600F) is known color: Verdun Green. HEX triplet: 4D, 60 and 0F. RGB value is (77,96,15). Sum of RGB (Red+Green+Blue) = 77+96+15=188 (24% of max value = 765). Red value is 77 (30.47% from 255 or 40.96% from 188); Green value is 96 (37.89% from 255 or 51.06% from 188); Blue value is 15 (6.25% from 255 or 7.98% from 188); Max value from RGB is 96 - color contains mainly: green. Hex color #4D600F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D600F is #B29FF0. Grayscale: #515151. Windows color (decimal): -11706353 or 1007693. OLE color: 1007693.

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

Color convert

RGB 77 96 15 -
CMYK 0.20 0 0.84 0.62
HSL 74.07º 0.73% 0.22% -
HSV(B) 74.07º 0.84% 0.38% -
XYZ 7.33 9.98 1.99 -
YUV 81.09 90.71 125.09 -
System Red Green Blue C M Y K H S L
Decimal 77 96 15 0.20 0 0.84 0.62 74.07 0.73 0.22
Hex 4D 60 F 14 0 54 3E 4A 49 16
Octal 115 140 17 24 0 124 76 112 111 26
Binary 1001101 1100000 1111 10100 0 1010100 111110 1001010 1001001 10110

Color Harmonies of #4D600F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D600F

Black with #4D600F

Text Example


Text Example

White with #4D600F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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