#4C7108

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

Shades of Verdun Green #4C7108

Tints of Verdun Green #4C7108

Color information

#4C7108 (or 0x4C7108) is unknown color: approx Verdun Green. HEX triplet: 4C, 71 and 08. RGB value is (76,113,8). Sum of RGB (Red+Green+Blue) = 76+113+8=197 (26% of max value = 765). Red value is 76 (30.08% from 255 or 38.58% from 197); Green value is 113 (44.53% from 255 or 57.36% from 197); Blue value is 8 (3.52% from 255 or 4.06% from 197); Max value from RGB is 113 - color contains mainly: green. Hex color #4C7108 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C7108 is #B38EF7. Grayscale: #5A5A5A. Windows color (decimal): -11767544 or 553292. OLE color: 553292.

HSL color Cylindrical-coordinate representation of color #4C7108: hue angle of 81.14º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4C7108 is Cyan = 0.33, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.56.

Color convert

RGB761138-
CMYK0.3300.930.56
HSL81.14º86.78%23.73%-
HSV(B)81.14º92.92%44.31%-
XYZ8.9313.362.34-
YUV89.9781.74118.04-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 38.58%
GREEN value IS 113 (44.53% from 255) = 57.36%
BLUE value IS 8 (3.52% from 255) = 4.06%
R=38.58%
G=57.36%
B=4.06%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7611380.3300.930.5681.1486.7823.73
Hex4C7182105D38515718
Octal114161104101357012112730
Binary100110011100011000100001010111011110001010001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,113,8); }

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

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

 a { background-color: rgb(76,113,8); }

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

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

 span { border-color: rgb(76,113,8); }

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