Html Css Color HEX #4F6510 Verdun Green

📋 copy color: '#4F6510'

red 79 ◦ green 101 ◦ blue 16

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

Shades of Verdun Green #4F6510

Tints of Verdun Green #4F6510

RGB

 RED value IS 79 (31.25% from 255) = 40.31%

 GREEN value IS 101 (39.84% from 255) = 51.53%

 BLUE value IS 16 (6.64% from 255) = 8.16%

R = 40.31%
G = 51.53%
B = 8.16%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.84

 K value IS 0.60

RGB Variations

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

Color information

#4F6510 (or 0x4F6510) is known color: Verdun Green. HEX triplet: 4F, 65 and 10. RGB value is (79,101,16). Sum of RGB (Red+Green+Blue) = 79+101+16=196 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.31% from 196); Green value is 101 (39.84% from 255 or 51.53% from 196); Blue value is 16 (6.64% from 255 or 8.16% from 196); Max value from RGB is 101 - color contains mainly: green. Hex color #4F6510 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F6510 is #B09AEF. Grayscale: #555555. Windows color (decimal): -11574000 or 1074511. OLE color: 1074511.

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

Color convert

RGB 79 101 16 -
CMYK 0.22 0 0.84 0.60
HSL 75.53º 0.73% 0.23% -
HSV(B) 75.53º 0.84% 0.4% -
XYZ 7.97 11.01 2.19 -
YUV 84.73 89.21 123.91 -
System Red Green Blue C M Y K H S L
Decimal 79 101 16 0.22 0 0.84 0.60 75.53 0.73 0.23
Hex 4F 65 10 16 0 54 3C 4C 49 17
Octal 117 145 20 26 0 124 74 114 111 27
Binary 1001111 1100101 10000 10110 0 1010100 111100 1001100 1001001 10111

Color Harmonies of #4F6510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F6510

Black with #4F6510

Text Example


Text Example

White with #4F6510

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,101,16); }

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

background-color css

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

 a { background-color: rgb(79,101,16); }

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

border-color css

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

 span { border-color: rgb(79,101,16); }

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