#4A6A10

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

Shades of Verdun Green #4A6A10

Tints of Verdun Green #4A6A10

Color information

#4A6A10 (or 0x4A6A10) is unknown color: approx Verdun Green. HEX triplet: 4A, 6A and 10. RGB value is (74,106,16). Sum of RGB (Red+Green+Blue) = 74+106+16=196 (25% of max value = 765). Red value is 74 (29.30% from 255 or 37.76% from 196); Green value is 106 (41.80% from 255 or 54.08% from 196); Blue value is 16 (6.64% from 255 or 8.16% from 196); Max value from RGB is 106 - color contains mainly: green. Hex color #4A6A10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A6A10 is #B595EF. Grayscale: #565656. Windows color (decimal): -11900400 or 1075786. OLE color: 1075786.

HSL color Cylindrical-coordinate representation of color #4A6A10: hue angle of 81.33º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4A6A10 is Cyan = 0.30, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.58.

Color convert

RGB7410616-
CMYK0.3000.850.58
HSL81.33º73.77%23.92%-
HSV(B)81.33º84.91%41.57%-
XYZ8.0711.82.34-
YUV86.1788.4119.32-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 37.76%
GREEN value IS 106 (41.80% from 255) = 54.08%
BLUE value IS 16 (6.64% from 255) = 8.16%
R=37.76%
G=54.08%
B=8.16%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal74106160.3000.850.5881.3373.7723.92
Hex4A6A101E0553A514a18
Octal112152203601257212111230
Binary100101011010101000011110010101011110101010001100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,106,16); }

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

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

 a { background-color: rgb(74,106,16); }

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

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

 span { border-color: rgb(74,106,16); }

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