#3C8E74

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

Shades of Viridian #3C8E74

Tints of Viridian #3C8E74

Color information

#3C8E74 (or 0x3C8E74) is unknown color: approx Viridian. HEX triplet: 3C, 8E and 74. RGB value is (60,142,116). Sum of RGB (Red+Green+Blue) = 60+142+116=318 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.87% from 318); Green value is 142 (55.86% from 255 or 44.65% from 318); Blue value is 116 (45.70% from 255 or 36.48% from 318); Max value from RGB is 142 - color contains mainly: green. Hex color #3C8E74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8E74 is #C3718B. Grayscale: #727272. Windows color (decimal): -12808588 or 7638588. OLE color: 7638588.

HSL color Cylindrical-coordinate representation of color #3C8E74: hue angle of 160.98º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3C8E74 is Cyan = 0.58, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB60142116-
CMYK0.5800.180.44
HSL160.98º40.59%39.61%-
HSV(B)160.98º57.75%55.69%-
XYZ14.6921.5719.91-
YUV114.52128.8389.11-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.87%
GREEN value IS 142 (55.86% from 255) = 44.65%
BLUE value IS 116 (45.70% from 255) = 36.48%
R=18.87%
G=44.65%
B=36.48%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal601421160.5800.180.44160.9840.5939.61
Hex3C8E743A0122Ca12928
Octal7421616472022542415150
Binary11110010001110111010011101001001010110010100001101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C8E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,142,116); }

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

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

 a { background-color: rgb(60,142,116); }

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

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

 span { border-color: rgb(60,142,116); }

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