#4C856A

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

Shades of Viridian #4C856A

Tints of Viridian #4C856A

Color information

#4C856A (or 0x4C856A) is unknown color: approx Viridian. HEX triplet: 4C, 85 and 6A. RGB value is (76,133,106). Sum of RGB (Red+Green+Blue) = 76+133+106=315 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.13% from 315); Green value is 133 (52.34% from 255 or 42.22% from 315); Blue value is 106 (41.80% from 255 or 33.65% from 315); Max value from RGB is 133 - color contains mainly: green. Hex color #4C856A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C856A is #B37A95. Grayscale: #707070. Windows color (decimal): -11762326 or 6980940. OLE color: 6980940.

HSL color Cylindrical-coordinate representation of color #4C856A: hue angle of 151.58º 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 #4C856A is Cyan = 0.43, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB76133106-
CMYK0.4300.200.48
HSL151.58º27.27%40.98%-
HSV(B)151.58º42.86%52.16%-
XYZ13.9719.3516.63-
YUV112.88124.12101.7-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.13%
GREEN value IS 133 (52.34% from 255) = 42.22%
BLUE value IS 106 (41.80% from 255) = 33.65%
R=24.13%
G=42.22%
B=33.65%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal761331060.4300.200.48151.5827.2740.98
Hex4C856A2B01430981b29
Octal11420515253024602303351
Binary10011001000010111010101010110101001100001001100011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C856A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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