#4c856c

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

Shades of Viridian #4C856C

Tints of Viridian #4C856C

Color information

#4C856C (or 0x4C856C) is unknown color: approx Viridian. HEX triplet: 4C, 85 and 6C. RGB value is (76,133,108). Sum of RGB (Red+Green+Blue) = 76+133+108=317 (41% of max value = 765). Red value is 76 (30.08% from 255 or 23.97% from 317); Green value is 133 (52.34% from 255 or 41.96% from 317); Blue value is 108 (42.58% from 255 or 34.07% from 317); Max value from RGB is 133 - color contains mainly: green. Hex color #4C856C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C856C is #B37A93. Grayscale: #717171. Windows color (decimal): -11762324 or 7112012. OLE color: 7112012.

HSL color Cylindrical-coordinate representation of color #4C856C: hue angle of 153.68º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4C856C is Cyan = 0.43, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB76133108-
CMYK0.4300.190.48
HSL153.68º27.27%40.98%-
HSV(B)153.68º42.86%52.16%-
XYZ14.0719.3917.19-
YUV113.11125.12101.53-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.97%
GREEN value IS 133 (52.34% from 255) = 41.96%
BLUE value IS 108 (42.58% from 255) = 34.07%
R=23.97%
G=41.96%
B=34.07%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal761331080.4300.190.48153.6827.2740.98
Hex4C856C2B013309a1b29
Octal11420515453023602323351
Binary10011001000010111011001010110100111100001001101011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4c856c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,133,108); }

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

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

 a { background-color: rgb(76,133,108); }

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

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

 span { border-color: rgb(76,133,108); }

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