#4A6800

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

Shades of Verdun Green #4A6800

Tints of Verdun Green #4A6800

Color information

#4A6800 (or 0x4A6800) is unknown color: approx Verdun Green. HEX triplet: 4A, 68 and 00. RGB value is (74,104,0). Sum of RGB (Red+Green+Blue) = 74+104+0=178 (23% of max value = 765). Red value is 74 (29.30% from 255 or 41.57% from 178); Green value is 104 (41.02% from 255 or 58.43% from 178); Blue value is 0 (0.39% from 255 or 0% from 178); Max value from RGB is 104 - color contains mainly: green. Hex color #4A6800 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A6800 is #B597FF. Grayscale: #535353. Windows color (decimal): -11900928 or 26698. OLE color: 26698.

HSL color Cylindrical-coordinate representation of color #4A6800: hue angle of 77.31º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4A6800 is Cyan = 0.29, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.59.

Color convert

RGB741040-
CMYK0.29010.59
HSL77.31º100%20.39%-
HSV(B)77.31º100%40.78%-
XYZ7.7711.361.78-
YUV83.1781.06121.46-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 41.57%
GREEN value IS 104 (41.02% from 255) = 58.43%
BLUE value IS 0 (0.39% from 255) = 0%
R=41.57%
G=58.43%
B=0%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7410400.29010.5977.3110020.39
Hex4A6801D0643B4d6414
Octal11215003501447311514424
Binary10010101101000011101011001001110111001101110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,104,0); }

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

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

 a { background-color: rgb(74,104,0); }

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

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

 span { border-color: rgb(74,104,0); }

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