#3C8478

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

Shades of Viridian #3C8478

Tints of Viridian #3C8478

Color information

#3C8478 (or 0x3C8478) is unknown color: approx Viridian. HEX triplet: 3C, 84 and 78. RGB value is (60,132,120). Sum of RGB (Red+Green+Blue) = 60+132+120=312 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.23% from 312); Green value is 132 (51.95% from 255 or 42.31% from 312); Blue value is 120 (47.27% from 255 or 38.46% from 312); Max value from RGB is 132 - color contains mainly: green. Hex color #3C8478 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8478 is #C37B87. Grayscale: #6D6D6D. Windows color (decimal): -12811144 or 7898172. OLE color: 7898172.

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

Color convert

RGB60132120-
CMYK0.5500.090.48
HSL170º37.5%37.65%-
HSV(B)170º54.55%51.76%-
XYZ13.518.8220.69-
YUV109.1134.1592.98-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.23%
GREEN value IS 132 (51.95% from 255) = 42.31%
BLUE value IS 120 (47.27% from 255) = 38.46%
R=19.23%
G=42.31%
B=38.46%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal601321200.5500.090.4817037.537.65
Hex3C8478370930aa2626
Octal7420417067011602524646
Binary1111001000010011110001101110100111000010101010100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C8478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,132,120); }

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

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

 a { background-color: rgb(60,132,120); }

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

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

 span { border-color: rgb(60,132,120); }

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