#4A6107

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

Shades of Verdun Green #4A6107

Tints of Verdun Green #4A6107

Color information

#4A6107 (or 0x4A6107) is unknown color: approx Verdun Green. HEX triplet: 4A, 61 and 07. RGB value is (74,97,7). Sum of RGB (Red+Green+Blue) = 74+97+7=178 (23% of max value = 765). Red value is 74 (29.30% from 255 or 41.57% from 178); Green value is 97 (38.28% from 255 or 54.49% from 178); Blue value is 7 (3.12% from 255 or 3.93% from 178); Max value from RGB is 97 - color contains mainly: green. Hex color #4A6107 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A6107 is #B59EF8. Grayscale: #505050. Windows color (decimal): -11902713 or 483658. OLE color: 483658.

HSL color Cylindrical-coordinate representation of color #4A6107: hue angle of 75.33º degrees, saturation: 0.87, 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 #4A6107 is Cyan = 0.24, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.62.

Color convert

RGB74977-
CMYK0.2400.930.62
HSL75.33º86.54%20.39%-
HSV(B)75.33º92.78%38.04%-
XYZ7.1410.021.76-
YUV79.8686.88123.82-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 41.57%
GREEN value IS 97 (38.28% from 255) = 54.49%
BLUE value IS 7 (3.12% from 255) = 3.93%
R=41.57%
G=54.49%
B=3.93%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal749770.2400.930.6275.3386.5420.39
Hex4A6171805D3E4b5714
Octal11214173001357611312724
Binary1001010110000111111000010111011111101001011101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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