#3C866A

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

Shades of Viridian #3C866A

Tints of Viridian #3C866A

Color information

#3C866A (or 0x3C866A) is unknown color: approx Viridian. HEX triplet: 3C, 86 and 6A. RGB value is (60,134,106). Sum of RGB (Red+Green+Blue) = 60+134+106=300 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20% from 300); Green value is 134 (52.73% from 255 or 44.67% from 300); Blue value is 106 (41.80% from 255 or 35.33% from 300); Max value from RGB is 134 - color contains mainly: green. Hex color #3C866A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C866A is #C37995. Grayscale: #6C6C6C. Windows color (decimal): -12810646 or 6981180. OLE color: 6981180.

HSL color Cylindrical-coordinate representation of color #3C866A: hue angle of 157.3º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3C866A is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB60134106-
CMYK0.5500.210.47
HSL157.3º38.14%38.04%-
HSV(B)157.3º55.22%52.55%-
XYZ12.9919.0516.63-
YUV108.68126.4893.28-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20%
GREEN value IS 134 (52.73% from 255) = 44.67%
BLUE value IS 106 (41.80% from 255) = 35.33%
R=20%
G=44.67%
B=35.33%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal601341060.5500.210.47157.338.1438.04
Hex3C866A370152F9d2626
Octal7420615267025572354646
Binary11110010000110110101011011101010110111110011101100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C866A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,134,106); }

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

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

 a { background-color: rgb(60,134,106); }

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

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

 span { border-color: rgb(60,134,106); }

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