#3C8E77

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

Shades of Viridian #3C8E77

Tints of Viridian #3C8E77

Color information

#3C8E77 (or 0x3C8E77) is unknown color: approx Viridian. HEX triplet: 3C, 8E and 77. RGB value is (60,142,119). Sum of RGB (Red+Green+Blue) = 60+142+119=321 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.69% from 321); Green value is 142 (55.86% from 255 or 44.24% from 321); Blue value is 119 (46.88% from 255 or 37.07% from 321); Max value from RGB is 142 - color contains mainly: green. Hex color #3C8E77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8E77 is #C37188. Grayscale: #727272. Windows color (decimal): -12808585 or 7835196. OLE color: 7835196.

HSL color Cylindrical-coordinate representation of color #3C8E77: hue angle of 163.17º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3C8E77 is Cyan = 0.58, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB60142119-
CMYK0.5800.160.44
HSL163.17º40.59%39.61%-
HSV(B)163.17º57.75%55.69%-
XYZ14.8721.6420.85-
YUV114.86130.3388.87-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.69%
GREEN value IS 142 (55.86% from 255) = 44.24%
BLUE value IS 119 (46.88% from 255) = 37.07%
R=18.69%
G=44.24%
B=37.07%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal601421190.5800.160.44163.1740.5939.61
Hex3C8E773A0102Ca32928
Octal7421616772020542435150
Binary11110010001110111011111101001000010110010100011101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C8E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C8E77; }

 p { color: rgb(60,142,119); }

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

<style>
 a { background-color: #3C8E77; }

 a { background-color: rgb(60,142,119); }

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

<style>
 span { border-color: #3C8E77; }

 span { border-color: rgb(60,142,119); }

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