#4A6117

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

Shades of Verdun Green #4A6117

Tints of Verdun Green #4A6117

Color information

#4A6117 (or 0x4A6117) is unknown color: approx Verdun Green. HEX triplet: 4A, 61 and 17. RGB value is (74,97,23). Sum of RGB (Red+Green+Blue) = 74+97+23=194 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.14% from 194); Green value is 97 (38.28% from 255 or 50% from 194); Blue value is 23 (9.38% from 255 or 11.86% from 194); Max value from RGB is 97 - color contains mainly: green. Hex color #4A6117 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A6117 is #B59EE8. Grayscale: #515151. Windows color (decimal): -11902697 or 1532234. OLE color: 1532234.

HSL color Cylindrical-coordinate representation of color #4A6117: hue angle of 78.65º degrees, saturation: 0.62, 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 #4A6117 is Cyan = 0.24, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.62.

Color convert

RGB749723-
CMYK0.2400.760.62
HSL78.65º61.67%23.53%-
HSV(B)78.65º76.29%38.04%-
XYZ7.2510.072.37-
YUV81.6994.88122.52-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 38.14%
GREEN value IS 97 (38.28% from 255) = 50%
BLUE value IS 23 (9.38% from 255) = 11.86%
R=38.14%
G=50%
B=11.86%

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
Decimal7497230.2400.760.6278.6561.6723.53
Hex4A61171804C3E4f3e18
Octal11214127300114761177630
Binary10010101100001101111100001001100111110100111111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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