#3C8F78

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

Shades of Viridian #3C8F78

Tints of Viridian #3C8F78

Color information

#3C8F78 (or 0x3C8F78) is unknown color: approx Viridian. HEX triplet: 3C, 8F and 78. RGB value is (60,143,120). Sum of RGB (Red+Green+Blue) = 60+143+120=323 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.58% from 323); Green value is 143 (56.25% from 255 or 44.27% from 323); Blue value is 120 (47.27% from 255 or 37.15% from 323); Max value from RGB is 143 - color contains mainly: green. Hex color #3C8F78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8F78 is #C37087. Grayscale: #737373. Windows color (decimal): -12808328 or 7900988. OLE color: 7900988.

HSL color Cylindrical-coordinate representation of color #3C8F78: hue angle of 163.37º 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 #3C8F78 is Cyan = 0.58, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB60143120-
CMYK0.5800.160.44
HSL163.37º40.89%39.8%-
HSV(B)163.37º58.04%56.08%-
XYZ15.0821.9621.21-
YUV115.56130.588.37-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.58%
GREEN value IS 143 (56.25% from 255) = 44.27%
BLUE value IS 120 (47.27% from 255) = 37.15%
R=18.58%
G=44.27%
B=37.15%

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
Decimal601431200.5800.160.44163.3740.8939.8
Hex3C8F783A0102Ca32928
Octal7421717072020542435150
Binary11110010001111111100011101001000010110010100011101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C8F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,143,120); }

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

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

 a { background-color: rgb(60,143,120); }

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

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

 span { border-color: rgb(60,143,120); }

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