#4F621D

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

Shades of Verdun Green #4F621D

Tints of Verdun Green #4F621D

Color information

#4F621D (or 0x4F621D) is unknown color: approx Verdun Green. HEX triplet: 4F, 62 and 1D. RGB value is (79,98,29). Sum of RGB (Red+Green+Blue) = 79+98+29=206 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.35% from 206); Green value is 98 (38.67% from 255 or 47.57% from 206); Blue value is 29 (11.72% from 255 or 14.08% from 206); Max value from RGB is 98 - color contains mainly: green. Hex color #4F621D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F621D is #B09DE2. Grayscale: #545454. Windows color (decimal): -11574755 or 1925711. OLE color: 1925711.

HSL color Cylindrical-coordinate representation of color #4F621D: hue angle of 76.52º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4F621D is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB799829-
CMYK0.1900.700.62
HSL76.52º54.33%24.9%-
HSV(B)76.52º70.41%38.43%-
XYZ7.8110.492.77-
YUV84.4596.71124.11-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 38.35%
GREEN value IS 98 (38.67% from 255) = 47.57%
BLUE value IS 29 (11.72% from 255) = 14.08%
R=38.35%
G=47.57%
B=14.08%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7998290.1900.700.6276.5254.3324.9
Hex4F621D130463E4d3619
Octal11714235230106761156631
Binary10011111100010111011001101000110111110100110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F621D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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