#4A6007

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

Shades of Verdun Green #4A6007

Tints of Verdun Green #4A6007

Color information

#4A6007 (or 0x4A6007) is unknown color: approx Verdun Green. HEX triplet: 4A, 60 and 07. RGB value is (74,96,7). Sum of RGB (Red+Green+Blue) = 74+96+7=177 (23% of max value = 765). Red value is 74 (29.30% from 255 or 41.81% from 177); Green value is 96 (37.89% from 255 or 54.24% from 177); Blue value is 7 (3.12% from 255 or 3.95% from 177); Max value from RGB is 96 - color contains mainly: green. Hex color #4A6007 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A6007 is #B59FF8. Grayscale: #4F4F4F. Windows color (decimal): -11902969 or 483402. OLE color: 483402.

HSL color Cylindrical-coordinate representation of color #4A6007: hue angle of 74.83º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4A6007 is Cyan = 0.23, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.62.

Color convert

RGB74967-
CMYK0.2300.930.62
HSL74.83º86.41%20.2%-
HSV(B)74.83º92.71%37.65%-
XYZ7.059.841.73-
YUV79.2887.21124.24-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 41.81%
GREEN value IS 96 (37.89% from 255) = 54.24%
BLUE value IS 7 (3.12% from 255) = 3.95%
R=41.81%
G=54.24%
B=3.95%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal749670.2300.930.6274.8386.4120.2
Hex4A6071705D3E4b5614
Octal11214072701357611312624
Binary1001010110000011110111010111011111101001011101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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