Html Css Color HEX #4F6710 Verdun Green

📋 copy color: '#4F6710'

red 79 ◦ green 103 ◦ blue 16

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

Shades of Verdun Green #4F6710

Tints of Verdun Green #4F6710

RGB

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

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

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

R = 39.9%
G = 52.02%
B = 8.08%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.84

 K value IS 0.60

RGB Variations

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

Color information

#4F6710 (or 0x4F6710) is known color: Verdun Green. HEX triplet: 4F, 67 and 10. RGB value is (79,103,16). Sum of RGB (Red+Green+Blue) = 79+103+16=198 (26% of max value = 765). Red value is 79 (31.25% from 255 or 39.90% from 198); Green value is 103 (40.62% from 255 or 52.02% from 198); Blue value is 16 (6.64% from 255 or 8.08% from 198); Max value from RGB is 103 - color contains mainly: green. Hex color #4F6710 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F6710 is #B098EF. Grayscale: #565656. Windows color (decimal): -11573488 or 1075023. OLE color: 1075023.

HSL color Cylindrical-coordinate representation of color #4F6710: hue angle of 76.55º 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 #4F6710 is Cyan = 0.23, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.60.

Color convert

RGB 79 103 16 -
CMYK 0.23 0 0.84 0.60
HSL 76.55º 0.73% 0.23% -
HSV(B) 76.55º 0.84% 0.4% -
XYZ 8.17 11.4 2.26 -
YUV 85.91 88.55 123.07 -
System Red Green Blue C M Y K H S L
Decimal 79 103 16 0.23 0 0.84 0.60 76.55 0.73 0.23
Hex 4F 67 10 17 0 54 3C 4D 49 17
Octal 117 147 20 27 0 124 74 115 111 27
Binary 1001111 1100111 10000 10111 0 1010100 111100 1001101 1001001 10111

Color Harmonies of #4F6710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F6710

Black with #4F6710

Text Example


Text Example

White with #4F6710

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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