#4A610D

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

Shades of Verdun Green #4A610D

Tints of Verdun Green #4A610D

Color information

#4A610D (or 0x4A610D) is unknown color: approx Verdun Green. HEX triplet: 4A, 61 and 0D. RGB value is (74,97,13). Sum of RGB (Red+Green+Blue) = 74+97+13=184 (24% of max value = 765). Red value is 74 (29.30% from 255 or 40.22% from 184); Green value is 97 (38.28% from 255 or 52.72% from 184); Blue value is 13 (5.47% from 255 or 7.07% from 184); Max value from RGB is 97 - color contains mainly: green. Hex color #4A610D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A610D is #B59EF2. Grayscale: #505050. Windows color (decimal): -11902707 or 876874. OLE color: 876874.

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

Color convert

RGB749713-
CMYK0.2400.870.62
HSL76.43º76.36%21.57%-
HSV(B)76.43º86.6%38.04%-
XYZ7.1710.031.94-
YUV80.5589.88123.33-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 40.22%
GREEN value IS 97 (38.28% from 255) = 52.72%
BLUE value IS 13 (5.47% from 255) = 7.07%
R=40.22%
G=52.72%
B=7.07%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7497130.2400.870.6276.4376.3621.57
Hex4A61D180573E4c4c16
Octal112141153001277611411426
Binary10010101100001110111000010101111111101001100100110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A610D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,97,13); }

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

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

 a { background-color: rgb(74,97,13); }

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

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

 span { border-color: rgb(74,97,13); }

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