#4A6604

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

Shades of Verdun Green #4A6604

Tints of Verdun Green #4A6604

Color information

#4A6604 (or 0x4A6604) is unknown color: approx Verdun Green. HEX triplet: 4A, 66 and 04. RGB value is (74,102,4). Sum of RGB (Red+Green+Blue) = 74+102+4=180 (23% of max value = 765). Red value is 74 (29.30% from 255 or 41.11% from 180); Green value is 102 (40.23% from 255 or 56.67% from 180); Blue value is 4 (1.95% from 255 or 2.22% from 180); Max value from RGB is 102 - color contains mainly: green. Hex color #4A6604 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A6604 is #B599FB. Grayscale: #525252. Windows color (decimal): -11901436 or 288330. OLE color: 288330.

HSL color Cylindrical-coordinate representation of color #4A6604: hue angle of 77.14º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4A6604 is Cyan = 0.27, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.6.

Color convert

RGB741024-
CMYK0.2700.960.6
HSL77.14º92.45%20.78%-
HSV(B)77.14º96.08%40%-
XYZ7.610.971.83-
YUV82.4683.72121.97-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 41.11%
GREEN value IS 102 (40.23% from 255) = 56.67%
BLUE value IS 4 (1.95% from 255) = 2.22%
R=41.11%
G=56.67%
B=2.22%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal7410240.2700.960.677.1492.4520.78
Hex4A6641B0603C4d5c15
Octal11214643301407411513425
Binary1001010110011010011011011000001111001001101101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,102,4); }

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

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

 a { background-color: rgb(74,102,4); }

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

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

 span { border-color: rgb(74,102,4); }

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