#4A610E

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

Shades of Verdun Green #4A610E

Tints of Verdun Green #4A610E

Color information

#4A610E (or 0x4A610E) is unknown color: approx Verdun Green. HEX triplet: 4A, 61 and 0E. RGB value is (74,97,14). Sum of RGB (Red+Green+Blue) = 74+97+14=185 (24% of max value = 765). Red value is 74 (29.30% from 255 or 40% from 185); Green value is 97 (38.28% from 255 or 52.43% from 185); Blue value is 14 (5.86% from 255 or 7.57% from 185); Max value from RGB is 97 - color contains mainly: green. Hex color #4A610E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A610E is #B59EF1. Grayscale: #505050. Windows color (decimal): -11902706 or 942410. OLE color: 942410.

HSL color Cylindrical-coordinate representation of color #4A610E: hue angle of 76.63º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4A610E is Cyan = 0.24, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB749714-
CMYK0.2400.860.62
HSL76.63º74.77%21.76%-
HSV(B)76.63º85.57%38.04%-
XYZ7.1810.041.97-
YUV80.6690.38123.25-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 40%
GREEN value IS 97 (38.28% from 255) = 52.43%
BLUE value IS 14 (5.86% from 255) = 7.57%
R=40%
G=52.43%
B=7.57%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7497140.2400.860.6276.6374.7721.76
Hex4A61E180563E4d4b16
Octal112141163001267611511326
Binary10010101100001111011000010101101111101001101100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A610E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,97,14); }

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

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

 a { background-color: rgb(74,97,14); }

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

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

 span { border-color: rgb(74,97,14); }

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