#4E6102

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

Shades of Verdun Green #4E6102

Tints of Verdun Green #4E6102

Color information

#4E6102 (or 0x4E6102) is unknown color: approx Verdun Green. HEX triplet: 4E, 61 and 02. RGB value is (78,97,2). Sum of RGB (Red+Green+Blue) = 78+97+2=177 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.07% from 177); Green value is 97 (38.28% from 255 or 54.80% from 177); Blue value is 2 (1.17% from 255 or 1.13% from 177); Max value from RGB is 97 - color contains mainly: green. Hex color #4E6102 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E6102 is #B19EFD. Grayscale: #505050. Windows color (decimal): -11640574 or 155982. OLE color: 155982.

HSL color Cylindrical-coordinate representation of color #4E6102: hue angle of 72º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4E6102 is Cyan = 0.20, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.62.

Color convert

RGB78972-
CMYK0.2000.980.62
HSL72º95.96%19.41%-
HSV(B)72º97.94%38.04%-
XYZ7.4310.171.63-
YUV80.4983.71126.22-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 44.07%
GREEN value IS 97 (38.28% from 255) = 54.80%
BLUE value IS 2 (1.17% from 255) = 1.13%
R=44.07%
G=54.80%
B=1.13%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal789720.2000.980.627295.9619.41
Hex4E612140623E486013
Octal11614122401427611014023
Binary100111011000011010100011000101111101001000110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,97,2); }

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

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

 a { background-color: rgb(78,97,2); }

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

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

 span { border-color: rgb(78,97,2); }

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