#3C8C6F

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

Shades of Viridian #3C8C6F

Tints of Viridian #3C8C6F

Color information

#3C8C6F (or 0x3C8C6F) is unknown color: approx Viridian. HEX triplet: 3C, 8C and 6F. RGB value is (60,140,111). Sum of RGB (Red+Green+Blue) = 60+140+111=311 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.29% from 311); Green value is 140 (55.08% from 255 or 45.02% from 311); Blue value is 111 (43.75% from 255 or 35.69% from 311); Max value from RGB is 140 - color contains mainly: green. Hex color #3C8C6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8C6F is #C37390. Grayscale: #707070. Windows color (decimal): -12809105 or 7310396. OLE color: 7310396.

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

Color convert

RGB60140111-
CMYK0.5700.210.45
HSL158.25º40%39.22%-
HSV(B)158.25º57.14%54.9%-
XYZ14.1120.8618.32-
YUV112.7712790.36-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.29%
GREEN value IS 140 (55.08% from 255) = 45.02%
BLUE value IS 111 (43.75% from 255) = 35.69%
R=19.29%
G=45.02%
B=35.69%

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
Decimal601401110.5700.210.45158.254039.22
Hex3C8C6F390152D9e2827
Octal7421415771025552365047
Binary11110010001100110111111100101010110110110011110101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C8C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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