#4E631C

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

Shades of Verdun Green #4E631C

Tints of Verdun Green #4E631C

Color information

#4E631C (or 0x4E631C) is unknown color: approx Verdun Green. HEX triplet: 4E, 63 and 1C. RGB value is (78,99,28). Sum of RGB (Red+Green+Blue) = 78+99+28=205 (27% of max value = 765). Red value is 78 (30.86% from 255 or 38.05% from 205); Green value is 99 (39.06% from 255 or 48.29% from 205); Blue value is 28 (11.33% from 255 or 13.66% from 205); Max value from RGB is 99 - color contains mainly: green. Hex color #4E631C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E631C is #B19CE3. Grayscale: #545454. Windows color (decimal): -11640036 or 1860430. OLE color: 1860430.

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

Color convert

RGB789928-
CMYK0.2100.720.61
HSL77.75º55.91%24.9%-
HSV(B)77.75º71.72%38.82%-
XYZ7.8110.632.74-
YUV84.6396.04123.27-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 38.05%
GREEN value IS 99 (39.06% from 255) = 48.29%
BLUE value IS 28 (11.33% from 255) = 13.66%
R=38.05%
G=48.29%
B=13.66%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7899280.2100.720.6177.7555.9124.9
Hex4E631C150483D4e3819
Octal11614334250110751167031
Binary10011101100011111001010101001000111101100111011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E631C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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