#4C806F

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

Shades of Viridian #4C806F

Tints of Viridian #4C806F

Color information

#4C806F (or 0x4C806F) is unknown color: approx Viridian. HEX triplet: 4C, 80 and 6F. RGB value is (76,128,111). Sum of RGB (Red+Green+Blue) = 76+128+111=315 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.13% from 315); Green value is 128 (50.39% from 255 or 40.63% from 315); Blue value is 111 (43.75% from 255 or 35.24% from 315); Max value from RGB is 128 - color contains mainly: green. Hex color #4C806F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C806F is #B37F90. Grayscale: #6E6E6E. Windows color (decimal): -11763601 or 7307340. OLE color: 7307340.

HSL color Cylindrical-coordinate representation of color #4C806F: hue angle of 160.38º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4C806F is Cyan = 0.41, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.50.

Color convert

RGB76128111-
CMYK0.4100.130.50
HSL160.38º25.49%40%-
HSV(B)160.38º40.62%50.2%-
XYZ13.5718.1217.82-
YUV110.51128.27103.38-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.13%
GREEN value IS 128 (50.39% from 255) = 40.63%
BLUE value IS 111 (43.75% from 255) = 35.24%
R=24.13%
G=40.63%
B=35.24%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal761281110.4100.130.50160.3825.4940
Hex4C806F290D32a01928
Octal11420015751015622403150
Binary1001100100000001101111101001011011100101010000011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C806F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,128,111); }

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

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

 a { background-color: rgb(76,128,111); }

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

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

 span { border-color: rgb(76,128,111); }

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