#3C8970

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

Shades of Viridian #3C8970

Tints of Viridian #3C8970

Color information

#3C8970 (or 0x3C8970) is unknown color: approx Viridian. HEX triplet: 3C, 89 and 70. RGB value is (60,137,112). Sum of RGB (Red+Green+Blue) = 60+137+112=309 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.42% from 309); Green value is 137 (53.91% from 255 or 44.34% from 309); Blue value is 112 (44.14% from 255 or 36.25% from 309); Max value from RGB is 137 - color contains mainly: green. Hex color #3C8970 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8970 is #C3768F. Grayscale: #6F6F6F. Windows color (decimal): -12809872 or 7375164. OLE color: 7375164.

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

Color convert

RGB60137112-
CMYK0.5600.180.46
HSL160.52º39.09%38.63%-
HSV(B)160.52º56.2%53.73%-
XYZ13.7320.0218.47-
YUV111.13128.4991.53-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.42%
GREEN value IS 137 (53.91% from 255) = 44.34%
BLUE value IS 112 (44.14% from 255) = 36.25%
R=19.42%
G=44.34%
B=36.25%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal601371120.5600.180.46160.5239.0938.63
Hex3C8970380122Ea12727
Octal7421116070022562414747
Binary11110010001001111000011100001001010111010100001100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C8970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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