#4A6314

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

Shades of Verdun Green #4A6314

Tints of Verdun Green #4A6314

Color information

#4A6314 (or 0x4A6314) is unknown color: approx Verdun Green. HEX triplet: 4A, 63 and 14. RGB value is (74,99,20). Sum of RGB (Red+Green+Blue) = 74+99+20=193 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.34% from 193); Green value is 99 (39.06% from 255 or 51.30% from 193); Blue value is 20 (8.20% from 255 or 10.36% from 193); Max value from RGB is 99 - color contains mainly: green. Hex color #4A6314 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A6314 is #B59CEB. Grayscale: #525252. Windows color (decimal): -11902188 or 1336138. OLE color: 1336138.

HSL color Cylindrical-coordinate representation of color #4A6314: hue angle of 78.99º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4A6314 is Cyan = 0.25, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.61.

Color convert

RGB749920-
CMYK0.2500.800.61
HSL78.99º66.39%23.33%-
HSV(B)78.99º79.8%38.82%-
XYZ7.4110.432.28-
YUV82.5292.72121.92-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 38.34%
GREEN value IS 99 (39.06% from 255) = 51.30%
BLUE value IS 20 (8.20% from 255) = 10.36%
R=38.34%
G=51.30%
B=10.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7499200.2500.800.6178.9966.3923.33
Hex4A6314190503D4f4217
Octal112143243101207511710227
Binary100101011000111010011001010100001111011001111100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,99,20); }

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

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

 a { background-color: rgb(74,99,20); }

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

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

 span { border-color: rgb(74,99,20); }

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