#4F5306

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

Shades of Verdun Green #4F5306

Tints of Verdun Green #4F5306

Color information

#4F5306 (or 0x4F5306) is unknown color: approx Verdun Green. HEX triplet: 4F, 53 and 06. RGB value is (79,83,6). Sum of RGB (Red+Green+Blue) = 79+83+6=168 (22% of max value = 765). Red value is 79 (31.25% from 255 or 47.02% from 168); Green value is 83 (32.81% from 255 or 49.40% from 168); Blue value is 6 (2.73% from 255 or 3.57% from 168); Max value from RGB is 83 - color contains mainly: green. Hex color #4F5306 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F5306 is #B0ACF9. Grayscale: #494949. Windows color (decimal): -11578618 or 414543. OLE color: 414543.

HSL color Cylindrical-coordinate representation of color #4F5306: hue angle of 63.12º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4F5306 is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.67.

Color convert

RGB79836-
CMYK0.0500.930.67
HSL63.12º86.52%17.45%-
HSV(B)63.12º92.77%32.55%-
XYZ6.357.861.36-
YUV73.0390.17132.26-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 47.02%
GREEN value IS 83 (32.81% from 255) = 49.40%
BLUE value IS 6 (2.73% from 255) = 3.57%
R=47.02%
G=49.40%
B=3.57%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal798360.0500.930.6763.1286.5217.45
Hex4F536505D433f5711
Octal1171236501351037712721
Binary10011111010011110101010111011000011111111101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,83,6); }

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

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

 a { background-color: rgb(79,83,6); }

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

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

 span { border-color: rgb(79,83,6); }

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