#4C6507

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

Shades of Verdun Green #4C6507

Tints of Verdun Green #4C6507

Color information

#4C6507 (or 0x4C6507) is unknown color: approx Verdun Green. HEX triplet: 4C, 65 and 07. RGB value is (76,101,7). Sum of RGB (Red+Green+Blue) = 76+101+7=184 (24% of max value = 765). Red value is 76 (30.08% from 255 or 41.30% from 184); Green value is 101 (39.84% from 255 or 54.89% from 184); Blue value is 7 (3.12% from 255 or 3.80% from 184); Max value from RGB is 101 - color contains mainly: green. Hex color #4C6507 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C6507 is #B39AF8. Grayscale: #535353. Windows color (decimal): -11770617 or 484684. OLE color: 484684.

HSL color Cylindrical-coordinate representation of color #4C6507: hue angle of 75.96º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4C6507 is Cyan = 0.25, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.60.

Color convert

RGB761017-
CMYK0.2500.930.60
HSL75.96º87.04%21.18%-
HSV(B)75.96º93.07%39.61%-
XYZ7.6710.861.89-
YUV82.8185.22123.14-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 41.30%
GREEN value IS 101 (39.84% from 255) = 54.89%
BLUE value IS 7 (3.12% from 255) = 3.80%
R=41.30%
G=54.89%
B=3.80%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal7610170.2500.930.6075.9687.0421.18
Hex4C6571905D3C4c5715
Octal11414573101357411412725
Binary1001100110010111111001010111011111001001100101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,101,7); }

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

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

 a { background-color: rgb(76,101,7); }

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

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

 span { border-color: rgb(76,101,7); }

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