Html Css Color HEX #4F6210 Verdun Green

📋 copy color: '#4F6210'

red 79 ◦ green 98 ◦ blue 16

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

Shades of Verdun Green #4F6210

Tints of Verdun Green #4F6210

RGB

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

 GREEN value IS 98 (38.67% from 255) = 50.78%

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

R = 40.93%
G = 50.78%
B = 8.29%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.84

 K value IS 0.62

RGB Variations

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

Color information

#4F6210 (or 0x4F6210) is known color: Verdun Green. HEX triplet: 4F, 62 and 10. RGB value is (79,98,16). Sum of RGB (Red+Green+Blue) = 79+98+16=193 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.93% from 193); Green value is 98 (38.67% from 255 or 50.78% from 193); Blue value is 16 (6.64% from 255 or 8.29% from 193); Max value from RGB is 98 - color contains mainly: green. Hex color #4F6210 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F6210 is #B09DEF. Grayscale: #535353. Windows color (decimal): -11574768 or 1073743. OLE color: 1073743.

HSL color Cylindrical-coordinate representation of color #4F6210: hue angle of 73.9º degrees, saturation: 0.72, 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 #4F6210 is Cyan = 0.19, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB 79 98 16 -
CMYK 0.19 0 0.84 0.62
HSL 73.9º 0.72% 0.22% -
HSV(B) 73.9º 0.84% 0.38% -
XYZ 7.69 10.44 2.1 -
YUV 82.97 90.21 125.17 -
System Red Green Blue C M Y K H S L
Decimal 79 98 16 0.19 0 0.84 0.62 73.9 0.72 0.22
Hex 4F 62 10 13 0 54 3E 4A 48 16
Octal 117 142 20 23 0 124 76 112 110 26
Binary 1001111 1100010 10000 10011 0 1010100 111110 1001010 1001000 10110

Color Harmonies of #4F6210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F6210

Black with #4F6210

Text Example


Text Example

White with #4F6210

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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