#4F620E

Color #4F620E Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #4F620E

Tints of Verdun Green #4F620E

Color information

#4F620E (or 0x4F620E) is unknown color: approx Verdun Green. HEX triplet: 4F, 62 and 0E. RGB value is (79,98,14). Sum of RGB (Red+Green+Blue) = 79+98+14=191 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.36% from 191); Green value is 98 (38.67% from 255 or 51.31% from 191); Blue value is 14 (5.86% from 255 or 7.33% from 191); Max value from RGB is 98 - color contains mainly: green. Hex color #4F620E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F620E is #B09DF1. Grayscale: #535353. Windows color (decimal): -11574770 or 942671. OLE color: 942671.

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

Color convert

RGB799814-
CMYK0.1900.860.62
HSL73.57º75%21.96%-
HSV(B)73.57º85.71%38.43%-
XYZ7.6710.432.02-
YUV82.7489.21125.33-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 41.36%
GREEN value IS 98 (38.67% from 255) = 51.31%
BLUE value IS 14 (5.86% from 255) = 7.33%
R=41.36%
G=51.31%
B=7.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7998140.1900.860.6273.577521.96
Hex4F62E130563E4a4b16
Octal117142162301267611211326
Binary10011111100010111010011010101101111101001010100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F620E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4F620E;
 }
 .AnyTagClassName
 {
   color: #4F620E;
 }
</style>
background-color css

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

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

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

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

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

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