#4C5C1A

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

Shades of Verdun Green #4C5C1A

Tints of Verdun Green #4C5C1A

Color information

#4C5C1A (or 0x4C5C1A) is unknown color: approx Verdun Green. HEX triplet: 4C, 5C and 1A. RGB value is (76,92,26). Sum of RGB (Red+Green+Blue) = 76+92+26=194 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.18% from 194); Green value is 92 (36.33% from 255 or 47.42% from 194); Blue value is 26 (10.55% from 255 or 13.40% from 194); Max value from RGB is 92 - color contains mainly: green. Hex color #4C5C1A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5C1A is #B3A3E5. Grayscale: #4F4F4F. Windows color (decimal): -11772902 or 1727564. OLE color: 1727564.

HSL color Cylindrical-coordinate representation of color #4C5C1A: hue angle of 74.55º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4C5C1A is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.64.

Color convert

RGB769226-
CMYK0.1700.720.64
HSL74.55º55.93%23.14%-
HSV(B)74.55º71.74%36.08%-
XYZ6.999.272.4-
YUV79.6997.7125.37-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 39.18%
GREEN value IS 92 (36.33% from 255) = 47.42%
BLUE value IS 26 (10.55% from 255) = 13.40%
R=39.18%
G=47.42%
B=13.40%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7692260.1700.720.6474.5555.9323.14
Hex4C5C1A11048404b3817
Octal114134322101101001137027
Binary100110010111001101010001010010001000000100101111100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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