#4E6317

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

Shades of Verdun Green #4E6317

Tints of Verdun Green #4E6317

Color information

#4E6317 (or 0x4E6317) is unknown color: approx Verdun Green. HEX triplet: 4E, 63 and 17. RGB value is (78,99,23). Sum of RGB (Red+Green+Blue) = 78+99+23=200 (26% of max value = 765). Red value is 78 (30.86% from 255 or 39% from 200); Green value is 99 (39.06% from 255 or 49.5% from 200); Blue value is 23 (9.38% from 255 or 11.5% from 200); Max value from RGB is 99 - color contains mainly: green. Hex color #4E6317 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E6317 is #B19CE8. Grayscale: #545454. Windows color (decimal): -11640041 or 1532750. OLE color: 1532750.

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

Color convert

RGB789923-
CMYK0.2100.770.61
HSL76.58º62.3%23.92%-
HSV(B)76.58º76.77%38.82%-
XYZ7.7610.612.45-
YUV84.0693.54123.68-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 39%
GREEN value IS 99 (39.06% from 255) = 49.5%
BLUE value IS 23 (9.38% from 255) = 11.5%
R=39%
G=49.5%
B=11.5%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7899230.2100.770.6176.5862.323.92
Hex4E63171504D3D4d3e18
Octal11614327250115751157630
Binary10011101100011101111010101001101111101100110111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,99,23); }

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

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

 a { background-color: rgb(78,99,23); }

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

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

 span { border-color: rgb(78,99,23); }

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