#3C8D6F

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

Shades of Viridian #3C8D6F

Tints of Viridian #3C8D6F

Color information

#3C8D6F (or 0x3C8D6F) is unknown color: approx Viridian. HEX triplet: 3C, 8D and 6F. RGB value is (60,141,111). Sum of RGB (Red+Green+Blue) = 60+141+111=312 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.23% from 312); Green value is 141 (55.47% from 255 or 45.19% from 312); Blue value is 111 (43.75% from 255 or 35.58% from 312); Max value from RGB is 141 - color contains mainly: green. Hex color #3C8D6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8D6F is #C37290. Grayscale: #717171. Windows color (decimal): -12808849 or 7310652. OLE color: 7310652.

HSL color Cylindrical-coordinate representation of color #3C8D6F: hue angle of 157.78º 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 #3C8D6F is Cyan = 0.57, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB60141111-
CMYK0.5700.210.45
HSL157.78º40.3%39.41%-
HSV(B)157.78º57.45%55.29%-
XYZ14.2621.1618.37-
YUV113.36126.6689.94-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.23%
GREEN value IS 141 (55.47% from 255) = 45.19%
BLUE value IS 111 (43.75% from 255) = 35.58%
R=19.23%
G=45.19%
B=35.58%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal601411110.5700.210.45157.7840.339.41
Hex3C8D6F390152D9e2827
Octal7421515771025552365047
Binary11110010001101110111111100101010110110110011110101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C8D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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