#4C6316

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

Shades of Verdun Green #4C6316

Tints of Verdun Green #4C6316

Color information

#4C6316 (or 0x4C6316) is unknown color: approx Verdun Green. HEX triplet: 4C, 63 and 16. RGB value is (76,99,22). Sum of RGB (Red+Green+Blue) = 76+99+22=197 (26% of max value = 765). Red value is 76 (30.08% from 255 or 38.58% from 197); Green value is 99 (39.06% from 255 or 50.25% from 197); Blue value is 22 (8.98% from 255 or 11.17% from 197); Max value from RGB is 99 - color contains mainly: green. Hex color #4C6316 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C6316 is #B39CE9. Grayscale: #535353. Windows color (decimal): -11771114 or 1467212. OLE color: 1467212.

HSL color Cylindrical-coordinate representation of color #4C6316: hue angle of 77.92º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4C6316 is Cyan = 0.23, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.61.

Color convert

RGB769922-
CMYK0.2300.780.61
HSL77.92º63.64%23.73%-
HSV(B)77.92º77.78%38.82%-
XYZ7.5910.522.39-
YUV83.3493.38122.76-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 38.58%
GREEN value IS 99 (39.06% from 255) = 50.25%
BLUE value IS 22 (8.98% from 255) = 11.17%
R=38.58%
G=50.25%
B=11.17%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7699220.2300.780.6177.9263.6423.73
Hex4C63161704E3D4e4018
Octal114143262701167511610030
Binary100110011000111011010111010011101111011001110100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,99,22); }

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

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

 a { background-color: rgb(76,99,22); }

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

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

 span { border-color: rgb(76,99,22); }

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