#4F6208

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

Shades of Verdun Green #4F6208

Tints of Verdun Green #4F6208

Color information

#4F6208 (or 0x4F6208) is unknown color: approx Verdun Green. HEX triplet: 4F, 62 and 08. RGB value is (79,98,8). Sum of RGB (Red+Green+Blue) = 79+98+8=185 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.70% from 185); Green value is 98 (38.67% from 255 or 52.97% from 185); Blue value is 8 (3.52% from 255 or 4.32% from 185); Max value from RGB is 98 - color contains mainly: green. Hex color #4F6208 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F6208 is #B09DF7. Grayscale: #525252. Windows color (decimal): -11574776 or 549455. OLE color: 549455.

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

Color convert

RGB79988-
CMYK0.1900.920.62
HSL72.67º84.91%20.78%-
HSV(B)72.67º91.84%38.43%-
XYZ7.6410.421.84-
YUV82.0686.21125.82-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 42.70%
GREEN value IS 98 (38.67% from 255) = 52.97%
BLUE value IS 8 (3.52% from 255) = 4.32%
R=42.70%
G=52.97%
B=4.32%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal799880.1900.920.6272.6784.9120.78
Hex4F6281305C3E495515
Octal117142102301347611112525
Binary10011111100010100010011010111001111101001001101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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