#4A6A07

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

Shades of Verdun Green #4A6A07

Tints of Verdun Green #4A6A07

Color information

#4A6A07 (or 0x4A6A07) is unknown color: approx Verdun Green. HEX triplet: 4A, 6A and 07. RGB value is (74,106,7). Sum of RGB (Red+Green+Blue) = 74+106+7=187 (24% of max value = 765). Red value is 74 (29.30% from 255 or 39.57% from 187); Green value is 106 (41.80% from 255 or 56.68% from 187); Blue value is 7 (3.12% from 255 or 3.74% from 187); Max value from RGB is 106 - color contains mainly: green. Hex color #4A6A07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A6A07 is #B595F8. Grayscale: #555555. Windows color (decimal): -11900409 or 485962. OLE color: 485962.

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

Color convert

RGB741067-
CMYK0.3000.930.58
HSL79.39º87.61%22.16%-
HSV(B)79.39º93.4%41.57%-
XYZ8.0211.782.05-
YUV85.1583.9120.05-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 39.57%
GREEN value IS 106 (41.80% from 255) = 56.68%
BLUE value IS 7 (3.12% from 255) = 3.74%
R=39.57%
G=56.68%
B=3.74%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7410670.3000.930.5879.3987.6122.16
Hex4A6A71E05D3A4f5816
Octal11215273601357211713026
Binary1001010110101011111110010111011110101001111101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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