#4A5319

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

Shades of Verdun Green #4A5319

Tints of Verdun Green #4A5319

Color information

#4A5319 (or 0x4A5319) is unknown color: approx Verdun Green. HEX triplet: 4A, 53 and 19. RGB value is (74,83,25). Sum of RGB (Red+Green+Blue) = 74+83+25=182 (24% of max value = 765). Red value is 74 (29.30% from 255 or 40.66% from 182); Green value is 83 (32.81% from 255 or 45.60% from 182); Blue value is 25 (10.16% from 255 or 13.74% from 182); Max value from RGB is 83 - color contains mainly: green. Hex color #4A5319 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A5319 is #B5ACE6. Grayscale: #494949. Windows color (decimal): -11906279 or 1659722. OLE color: 1659722.

HSL color Cylindrical-coordinate representation of color #4A5319: hue angle of 69.31º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4A5319 is Cyan = 0.11, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.67.

Color convert

RGB748325-
CMYK0.1100.700.67
HSL69.31º53.7%21.18%-
HSV(B)69.31º69.88%32.55%-
XYZ6.097.712.09-
YUV73.7100.52128.22-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 40.66%
GREEN value IS 83 (32.81% from 255) = 45.60%
BLUE value IS 25 (10.16% from 255) = 13.74%
R=40.66%
G=45.60%
B=13.74%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7483250.1100.700.6769.3153.721.18
Hex4A5319B04643453615
Octal112123311301061031056625
Binary10010101010011110011011010001101000011100010111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,83,25); }

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

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

 a { background-color: rgb(74,83,25); }

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

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

 span { border-color: rgb(74,83,25); }

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