#3C8964

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

Shades of Viridian #3C8964

Tints of Viridian #3C8964

Color information

#3C8964 (or 0x3C8964) is unknown color: approx Viridian. HEX triplet: 3C, 89 and 64. RGB value is (60,137,100). Sum of RGB (Red+Green+Blue) = 60+137+100=297 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.20% from 297); Green value is 137 (53.91% from 255 or 46.13% from 297); Blue value is 100 (39.45% from 255 or 33.67% from 297); Max value from RGB is 137 - color contains mainly: green. Hex color #3C8964 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8964 is #C3769B. Grayscale: #6D6D6D. Windows color (decimal): -12809884 or 6588732. OLE color: 6588732.

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

Color convert

RGB60137100-
CMYK0.5600.270.46
HSL151.17º39.09%38.63%-
HSV(B)151.17º56.2%53.73%-
XYZ13.1119.7715.18-
YUV109.76122.4992.51-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.20%
GREEN value IS 137 (53.91% from 255) = 46.13%
BLUE value IS 100 (39.45% from 255) = 33.67%
R=20.20%
G=46.13%
B=33.67%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal601371000.5600.270.46151.1739.0938.63
Hex3C89643801B2E972727
Octal7421114470033562274747
Binary11110010001001110010011100001101110111010010111100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C8964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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