#3C896A

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

Shades of Viridian #3C896A

Tints of Viridian #3C896A

Color information

#3C896A (or 0x3C896A) is unknown color: approx Viridian. HEX triplet: 3C, 89 and 6A. RGB value is (60,137,106). Sum of RGB (Red+Green+Blue) = 60+137+106=303 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.80% from 303); Green value is 137 (53.91% from 255 or 45.21% from 303); Blue value is 106 (41.80% from 255 or 34.98% from 303); Max value from RGB is 137 - color contains mainly: green. Hex color #3C896A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C896A is #C37695. Grayscale: #6E6E6E. Windows color (decimal): -12809878 or 6981948. OLE color: 6981948.

HSL color Cylindrical-coordinate representation of color #3C896A: hue angle of 155.84º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C896A is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB60137106-
CMYK0.5600.230.46
HSL155.84º39.09%38.63%-
HSV(B)155.84º56.2%53.73%-
XYZ13.4119.8916.77-
YUV110.44125.4992.02-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.80%
GREEN value IS 137 (53.91% from 255) = 45.21%
BLUE value IS 106 (41.80% from 255) = 34.98%
R=19.80%
G=45.21%
B=34.98%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal601371060.5600.230.46155.8439.0938.63
Hex3C896A380172E9c2727
Octal7421115270027562344747
Binary11110010001001110101011100001011110111010011100100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C896A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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