#4A6318

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

Shades of Verdun Green #4A6318

Tints of Verdun Green #4A6318

Color information

#4A6318 (or 0x4A6318) is unknown color: approx Verdun Green. HEX triplet: 4A, 63 and 18. RGB value is (74,99,24). Sum of RGB (Red+Green+Blue) = 74+99+24=197 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37.56% from 197); Green value is 99 (39.06% from 255 or 50.25% from 197); Blue value is 24 (9.77% from 255 or 12.18% from 197); Max value from RGB is 99 - color contains mainly: green. Hex color #4A6318 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A6318 is #B59CE7. Grayscale: #535353. Windows color (decimal): -11902184 or 1598282. OLE color: 1598282.

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

Color convert

RGB749924-
CMYK0.2500.760.61
HSL80º60.98%24.12%-
HSV(B)80º75.76%38.82%-
XYZ7.4510.452.49-
YUV82.9894.72121.6-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 37.56%
GREEN value IS 99 (39.06% from 255) = 50.25%
BLUE value IS 24 (9.77% from 255) = 12.18%
R=37.56%
G=50.25%
B=12.18%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7499240.2500.760.618060.9824.12
Hex4A63181904C3D503d18
Octal11214330310114751207530
Binary10010101100011110001100101001100111101101000011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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