#4A6908

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

Shades of Verdun Green #4A6908

Tints of Verdun Green #4A6908

Color information

#4A6908 (or 0x4A6908) is unknown color: approx Verdun Green. HEX triplet: 4A, 69 and 08. RGB value is (74,105,8). Sum of RGB (Red+Green+Blue) = 74+105+8=187 (24% of max value = 765). Red value is 74 (29.30% from 255 or 39.57% from 187); Green value is 105 (41.41% from 255 or 56.15% from 187); Blue value is 8 (3.52% from 255 or 4.28% from 187); Max value from RGB is 105 - color contains mainly: green. Hex color #4A6908 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A6908 is #B596F7. Grayscale: #555555. Windows color (decimal): -11900664 or 551242. OLE color: 551242.

HSL color Cylindrical-coordinate representation of color #4A6908: hue angle of 79.18º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4A6908 is Cyan = 0.30, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.59.

Color convert

RGB741058-
CMYK0.3000.920.59
HSL79.18º85.84%22.16%-
HSV(B)79.18º92.38%41.18%-
XYZ7.9211.582.05-
YUV84.6784.73120.39-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 39.57%
GREEN value IS 105 (41.41% from 255) = 56.15%
BLUE value IS 8 (3.52% from 255) = 4.28%
R=39.57%
G=56.15%
B=4.28%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7410580.3000.920.5979.1885.8422.16
Hex4A6981E05C3B4f5616
Octal112151103601347311712626
Binary10010101101001100011110010111001110111001111101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,105,8); }

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

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

 a { background-color: rgb(74,105,8); }

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

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

 span { border-color: rgb(74,105,8); }

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