#4E650B

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

Shades of Verdun Green #4E650B

Tints of Verdun Green #4E650B

Color information

#4E650B (or 0x4E650B) is unknown color: approx Verdun Green. HEX triplet: 4E, 65 and 0B. RGB value is (78,101,11). Sum of RGB (Red+Green+Blue) = 78+101+11=190 (25% of max value = 765). Red value is 78 (30.86% from 255 or 41.05% from 190); Green value is 101 (39.84% from 255 or 53.16% from 190); Blue value is 11 (4.69% from 255 or 5.79% from 190); Max value from RGB is 101 - color contains mainly: green. Hex color #4E650B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E650B is #B19AF4. Grayscale: #545454. Windows color (decimal): -11639541 or 746830. OLE color: 746830.

HSL color Cylindrical-coordinate representation of color #4E650B: hue angle of 75.33º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4E650B is Cyan = 0.23, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.60.

Color convert

RGB7810111-
CMYK0.2300.890.60
HSL75.33º80.36%21.96%-
HSV(B)75.33º89.11%39.61%-
XYZ7.8610.952.02-
YUV83.8686.88123.82-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 41.05%
GREEN value IS 101 (39.84% from 255) = 53.16%
BLUE value IS 11 (4.69% from 255) = 5.79%
R=41.05%
G=53.16%
B=5.79%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal78101110.2300.890.6075.3380.3621.96
Hex4E65B170593C4b5016
Octal116145132701317411312026
Binary10011101100101101110111010110011111001001011101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E650B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,101,11); }

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

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

 a { background-color: rgb(78,101,11); }

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

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

 span { border-color: rgb(78,101,11); }

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