#4A641A

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

Shades of Verdun Green #4A641A

Tints of Verdun Green #4A641A

Color information

#4A641A (or 0x4A641A) is unknown color: approx Verdun Green. HEX triplet: 4A, 64 and 1A. RGB value is (74,100,26). Sum of RGB (Red+Green+Blue) = 74+100+26=200 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37% from 200); Green value is 100 (39.45% from 255 or 50% from 200); Blue value is 26 (10.55% from 255 or 13% from 200); Max value from RGB is 100 - color contains mainly: green. Hex color #4A641A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A641A is #B59BE5. Grayscale: #545454. Windows color (decimal): -11901926 or 1729610. OLE color: 1729610.

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

Color convert

RGB7410026-
CMYK0.2600.740.61
HSL81.08º58.73%24.71%-
HSV(B)81.08º74%39.22%-
XYZ7.5710.642.63-
YUV83.7995.39121.02-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 37%
GREEN value IS 100 (39.45% from 255) = 50%
BLUE value IS 26 (10.55% from 255) = 13%
R=37%
G=50%
B=13%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal74100260.2600.740.6181.0858.7324.71
Hex4A641A1A04A3D513b19
Octal11214432320112751217331
Binary10010101100100110101101001001010111101101000111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A641A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,100,26); }

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

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

 a { background-color: rgb(74,100,26); }

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

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

 span { border-color: rgb(74,100,26); }

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