#4A6512

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

Shades of Verdun Green #4A6512

Tints of Verdun Green #4A6512

Color information

#4A6512 (or 0x4A6512) is unknown color: approx Verdun Green. HEX triplet: 4A, 65 and 12. RGB value is (74,101,18). Sum of RGB (Red+Green+Blue) = 74+101+18=193 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.34% from 193); Green value is 101 (39.84% from 255 or 52.33% from 193); Blue value is 18 (7.42% from 255 or 9.33% from 193); Max value from RGB is 101 - color contains mainly: green. Hex color #4A6512 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A6512 is #B59AED. Grayscale: #535353. Windows color (decimal): -11901678 or 1205578. OLE color: 1205578.

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

Color convert

RGB7410118-
CMYK0.2700.820.60
HSL79.52º69.75%23.33%-
HSV(B)79.52º82.18%39.61%-
XYZ7.5910.812.26-
YUV83.4691.05121.25-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 38.34%
GREEN value IS 101 (39.84% from 255) = 52.33%
BLUE value IS 18 (7.42% from 255) = 9.33%
R=38.34%
G=52.33%
B=9.33%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal74101180.2700.820.6079.5269.7523.33
Hex4A65121B0523C504617
Octal112145223301227412010627
Binary100101011001011001011011010100101111001010000100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,101,18); }

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

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

 a { background-color: rgb(74,101,18); }

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

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

 span { border-color: rgb(74,101,18); }

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