Html Css Color HEX #4D6007 Verdun Green

📋 copy color: '#4D6007'

red 77 ◦ green 96 ◦ blue 7

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

Shades of Verdun Green #4D6007

Tints of Verdun Green #4D6007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.89%

R = 42.78%
G = 53.33%
B = 3.89%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.93

 K value IS 0.62

RGB Variations

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

Color information

#4D6007 (or 0x4D6007) is known color: Verdun Green. HEX triplet: 4D, 60 and 07. RGB value is (77,96,7). Sum of RGB (Red+Green+Blue) = 77+96+7=180 (23% of max value = 765). Red value is 77 (30.47% from 255 or 42.78% from 180); Green value is 96 (37.89% from 255 or 53.33% from 180); Blue value is 7 (3.12% from 255 or 3.89% from 180); Max value from RGB is 96 - color contains mainly: green. Hex color #4D6007 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D6007 is #B29FF8. Grayscale: #505050. Windows color (decimal): -11706361 or 483405. OLE color: 483405.

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

Color convert

RGB 77 96 7 -
CMYK 0.20 0 0.93 0.62
HSL 72.81º 0.86% 0.2% -
HSV(B) 72.81º 0.93% 0.38% -
XYZ 7.28 9.96 1.74 -
YUV 80.17 86.71 125.74 -
System Red Green Blue C M Y K H S L
Decimal 77 96 7 0.20 0 0.93 0.62 72.81 0.86 0.2
Hex 4D 60 7 14 0 5D 3E 49 56 14
Octal 115 140 7 24 0 135 76 111 126 24
Binary 1001101 1100000 111 10100 0 1011101 111110 1001001 1010110 10100

Color Harmonies of #4D6007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6007

Black with #4D6007

Text Example


Text Example

White with #4D6007

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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