#3c8d78

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

Shades of Viridian #3C8D78

Tints of Viridian #3C8D78

Color information

#3C8D78 (or 0x3C8D78) is unknown color: approx Viridian. HEX triplet: 3C, 8D and 78. RGB value is (60,141,120). Sum of RGB (Red+Green+Blue) = 60+141+120=321 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.69% from 321); Green value is 141 (55.47% from 255 or 43.93% from 321); Blue value is 120 (47.27% from 255 or 37.38% from 321); Max value from RGB is 141 - color contains mainly: green. Hex color #3C8D78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8D78 is #C37287. Grayscale: #727272. Windows color (decimal): -12808840 or 7900476. OLE color: 7900476.

HSL color Cylindrical-coordinate representation of color #3C8D78: hue angle of 164.44º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C8D78 is Cyan = 0.57, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.45.

Color convert

RGB60141120-
CMYK0.5700.150.45
HSL164.44º40.3%39.41%-
HSV(B)164.44º57.45%55.29%-
XYZ14.7821.3721.11-
YUV114.39131.1689.21-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.69%
GREEN value IS 141 (55.47% from 255) = 43.93%
BLUE value IS 120 (47.27% from 255) = 37.38%
R=18.69%
G=43.93%
B=37.38%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal601411200.5700.150.45164.4440.339.41
Hex3C8D78390F2Da42827
Octal7421517071017552445047
Binary1111001000110111110001110010111110110110100100101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3c8d78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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