Html Css Color HEX #4D670F Verdun Green

📋 copy color: '#4D670F'

red 77 ◦ green 103 ◦ blue 15

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

Shades of Verdun Green #4D670F

Tints of Verdun Green #4D670F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 52.82%

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

R = 39.49%
G = 52.82%
B = 7.69%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.85

 K value IS 0.60

RGB Variations

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

Color information

#4D670F (or 0x4D670F) is known color: Verdun Green. HEX triplet: 4D, 67 and 0F. RGB value is (77,103,15). Sum of RGB (Red+Green+Blue) = 77+103+15=195 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.49% from 195); Green value is 103 (40.62% from 255 or 52.82% from 195); Blue value is 15 (6.25% from 255 or 7.69% from 195); Max value from RGB is 103 - color contains mainly: green. Hex color #4D670F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D670F is #B298F0. Grayscale: #555555. Windows color (decimal): -11704561 or 1009485. OLE color: 1009485.

HSL color Cylindrical-coordinate representation of color #4D670F: hue angle of 77.73º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4D670F is Cyan = 0.25, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.60.

Color convert

RGB 77 103 15 -
CMYK 0.25 0 0.85 0.60
HSL 77.73º 0.75% 0.23% -
HSV(B) 77.73º 0.85% 0.4% -
XYZ 8 11.31 2.21 -
YUV 85.19 88.39 122.16 -
System Red Green Blue C M Y K H S L
Decimal 77 103 15 0.25 0 0.85 0.60 77.73 0.75 0.23
Hex 4D 67 F 19 0 55 3C 4E 4B 17
Octal 115 147 17 31 0 125 74 116 113 27
Binary 1001101 1100111 1111 11001 0 1010101 111100 1001110 1001011 10111

Color Harmonies of #4D670F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D670F

Black with #4D670F

Text Example


Text Example

White with #4D670F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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