#4C610A

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

Shades of Verdun Green #4C610A

Tints of Verdun Green #4C610A

Color information

#4C610A (or 0x4C610A) is unknown color: approx Verdun Green. HEX triplet: 4C, 61 and 0A. RGB value is (76,97,10). Sum of RGB (Red+Green+Blue) = 76+97+10=183 (24% of max value = 765). Red value is 76 (30.08% from 255 or 41.53% from 183); Green value is 97 (38.28% from 255 or 53.01% from 183); Blue value is 10 (4.30% from 255 or 5.46% from 183); Max value from RGB is 97 - color contains mainly: green. Hex color #4C610A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C610A is #B39EF5. Grayscale: #515151. Windows color (decimal): -11771638 or 680268. OLE color: 680268.

HSL color Cylindrical-coordinate representation of color #4C610A: hue angle of 74.48º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4C610A is Cyan = 0.22, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.62.

Color convert

RGB769710-
CMYK0.2200.900.62
HSL74.48º81.31%20.98%-
HSV(B)74.48º89.69%38.04%-
XYZ7.3110.111.85-
YUV80.888.04124.57-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 41.53%
GREEN value IS 97 (38.28% from 255) = 53.01%
BLUE value IS 10 (4.30% from 255) = 5.46%
R=41.53%
G=53.01%
B=5.46%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7697100.2200.900.6274.4881.3120.98
Hex4C61A1605A3E4a5115
Octal114141122601327611212125
Binary10011001100001101010110010110101111101001010101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C610A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,97,10); }

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

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

 a { background-color: rgb(76,97,10); }

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

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

 span { border-color: rgb(76,97,10); }

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