#4A621A

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

Shades of Verdun Green #4A621A

Tints of Verdun Green #4A621A

Color information

#4A621A (or 0x4A621A) is unknown color: approx Verdun Green. HEX triplet: 4A, 62 and 1A. RGB value is (74,98,26). Sum of RGB (Red+Green+Blue) = 74+98+26=198 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37.37% from 198); Green value is 98 (38.67% from 255 or 49.49% from 198); Blue value is 26 (10.55% from 255 or 13.13% from 198); Max value from RGB is 98 - color contains mainly: green. Hex color #4A621A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A621A is #B59DE5. Grayscale: #525252. Windows color (decimal): -11902438 or 1729098. OLE color: 1729098.

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

Color convert

RGB749826-
CMYK0.2400.730.62
HSL80º58.06%24.31%-
HSV(B)80º73.47%38.43%-
XYZ7.3810.272.57-
YUV82.6296.05121.85-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 37.37%
GREEN value IS 98 (38.67% from 255) = 49.49%
BLUE value IS 26 (10.55% from 255) = 13.13%
R=37.37%
G=49.49%
B=13.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7498260.2400.730.628058.0624.31
Hex4A621A180493E503a18
Octal11214232300111761207230
Binary10010101100010110101100001001001111110101000011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A621A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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