#4C680A

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

Shades of Verdun Green #4C680A

Tints of Verdun Green #4C680A

Color information

#4C680A (or 0x4C680A) is unknown color: approx Verdun Green. HEX triplet: 4C, 68 and 0A. RGB value is (76,104,10). Sum of RGB (Red+Green+Blue) = 76+104+10=190 (25% of max value = 765). Red value is 76 (30.08% from 255 or 40% from 190); Green value is 104 (41.02% from 255 or 54.74% from 190); Blue value is 10 (4.30% from 255 or 5.26% from 190); Max value from RGB is 104 - color contains mainly: green. Hex color #4C680A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C680A is #B397F5. Grayscale: #555555. Windows color (decimal): -11769846 or 682060. OLE color: 682060.

HSL color Cylindrical-coordinate representation of color #4C680A: hue angle of 77.87º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4C680A is Cyan = 0.27, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.59.

Color convert

RGB7610410-
CMYK0.2700.900.59
HSL77.87º82.46%22.35%-
HSV(B)77.87º90.38%40.78%-
XYZ7.9911.462.08-
YUV84.9185.72121.64-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 40%
GREEN value IS 104 (41.02% from 255) = 54.74%
BLUE value IS 10 (4.30% from 255) = 5.26%
R=40%
G=54.74%
B=5.26%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal76104100.2700.900.5977.8782.4622.35
Hex4C68A1B05A3B4e5216
Octal114150123301327311612226
Binary10011001101000101011011010110101110111001110101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C680A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,104,10); }

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

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

 a { background-color: rgb(76,104,10); }

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

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

 span { border-color: rgb(76,104,10); }

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