#4C550C

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

Shades of Verdun Green #4C550C

Tints of Verdun Green #4C550C

Color information

#4C550C (or 0x4C550C) is unknown color: approx Verdun Green. HEX triplet: 4C, 55 and 0C. RGB value is (76,85,12). Sum of RGB (Red+Green+Blue) = 76+85+12=173 (22% of max value = 765). Red value is 76 (30.08% from 255 or 43.93% from 173); Green value is 85 (33.59% from 255 or 49.13% from 173); Blue value is 12 (5.08% from 255 or 6.94% from 173); Max value from RGB is 85 - color contains mainly: green. Hex color #4C550C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C550C is #B3AAF3. Grayscale: #4A4A4A. Windows color (decimal): -11774708 or 808268. OLE color: 808268.

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

Color convert

RGB768512-
CMYK0.1100.860.67
HSL67.4º75.26%19.02%-
HSV(B)67.4º85.88%33.33%-
XYZ6.38.061.57-
YUV73.9993.02129.44-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 43.93%
GREEN value IS 85 (33.59% from 255) = 49.13%
BLUE value IS 12 (5.08% from 255) = 6.94%
R=43.93%
G=49.13%
B=6.94%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7685120.1100.860.6767.475.2619.02
Hex4C55CB05643434b13
Octal1141251413012610310311323
Binary10011001010101110010110101011010000111000011100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C550C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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