#4A6218

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

Shades of Verdun Green #4A6218

Tints of Verdun Green #4A6218

Color information

#4A6218 (or 0x4A6218) is unknown color: approx Verdun Green. HEX triplet: 4A, 62 and 18. RGB value is (74,98,24). Sum of RGB (Red+Green+Blue) = 74+98+24=196 (25% of max value = 765). Red value is 74 (29.30% from 255 or 37.76% from 196); Green value is 98 (38.67% from 255 or 50% from 196); Blue value is 24 (9.77% from 255 or 12.24% from 196); Max value from RGB is 98 - color contains mainly: green. Hex color #4A6218 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A6218 is #B59DE7. Grayscale: #525252. Windows color (decimal): -11902440 or 1598026. OLE color: 1598026.

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

Color convert

RGB749824-
CMYK0.2400.760.62
HSL79.46º60.66%23.92%-
HSV(B)79.46º75.51%38.43%-
XYZ7.3610.262.46-
YUV82.3995.05122.02-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 37.76%
GREEN value IS 98 (38.67% from 255) = 50%
BLUE value IS 24 (9.77% from 255) = 12.24%
R=37.76%
G=50%
B=12.24%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7498240.2400.760.6279.4660.6623.92
Hex4A62181804C3E4f3d18
Octal11214230300114761177530
Binary10010101100010110001100001001100111110100111111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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