#4C551A

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

Shades of Verdun Green #4C551A

Tints of Verdun Green #4C551A

Color information

#4C551A (or 0x4C551A) is unknown color: approx Verdun Green. HEX triplet: 4C, 55 and 1A. RGB value is (76,85,26). Sum of RGB (Red+Green+Blue) = 76+85+26=187 (24% of max value = 765). Red value is 76 (30.08% from 255 or 40.64% from 187); Green value is 85 (33.59% from 255 or 45.45% from 187); Blue value is 26 (10.55% from 255 or 13.90% from 187); Max value from RGB is 85 - color contains mainly: green. Hex color #4C551A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C551A is #B3AAE5. Grayscale: #4B4B4B. Windows color (decimal): -11774694 or 1725772. OLE color: 1725772.

HSL color Cylindrical-coordinate representation of color #4C551A: hue angle of 69.15º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4C551A is Cyan = 0.11, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB768526-
CMYK0.1100.690.67
HSL69.15º53.15%21.76%-
HSV(B)69.15º69.41%33.33%-
XYZ6.428.112.2-
YUV75.58100.02128.3-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 40.64%
GREEN value IS 85 (33.59% from 255) = 45.45%
BLUE value IS 26 (10.55% from 255) = 13.90%
R=40.64%
G=45.45%
B=13.90%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7685260.1100.690.6769.1553.1521.76
Hex4C551AB04543453516
Octal114125321301051031056526
Binary10011001010101110101011010001011000011100010111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C551A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,85,26); }

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

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

 a { background-color: rgb(76,85,26); }

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

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

 span { border-color: rgb(76,85,26); }

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