#3C896F

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

Shades of Viridian #3C896F

Tints of Viridian #3C896F

Color information

#3C896F (or 0x3C896F) is unknown color: approx Viridian. HEX triplet: 3C, 89 and 6F. RGB value is (60,137,111). Sum of RGB (Red+Green+Blue) = 60+137+111=308 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.48% from 308); Green value is 137 (53.91% from 255 or 44.48% from 308); Blue value is 111 (43.75% from 255 or 36.04% from 308); Max value from RGB is 137 - color contains mainly: green. Hex color #3C896F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C896F is #C37690. Grayscale: #6F6F6F. Windows color (decimal): -12809873 or 7309628. OLE color: 7309628.

HSL color Cylindrical-coordinate representation of color #3C896F: hue angle of 159.74º 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 #3C896F is Cyan = 0.56, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB60137111-
CMYK0.5600.190.46
HSL159.74º39.09%38.63%-
HSV(B)159.74º56.2%53.73%-
XYZ13.682018.18-
YUV111.01127.9991.61-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.48%
GREEN value IS 137 (53.91% from 255) = 44.48%
BLUE value IS 111 (43.75% from 255) = 36.04%
R=19.48%
G=44.48%
B=36.04%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal601371110.5600.190.46159.7439.0938.63
Hex3C896F380132Ea02727
Octal7421115770023562404747
Binary11110010001001110111111100001001110111010100000100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C896F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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