#3C8668

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

Shades of Viridian #3C8668

Tints of Viridian #3C8668

Color information

#3C8668 (or 0x3C8668) is unknown color: approx Viridian. HEX triplet: 3C, 86 and 68. RGB value is (60,134,104). Sum of RGB (Red+Green+Blue) = 60+134+104=298 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.13% from 298); Green value is 134 (52.73% from 255 or 44.97% from 298); Blue value is 104 (41.02% from 255 or 34.90% from 298); Max value from RGB is 134 - color contains mainly: green. Hex color #3C8668 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8668 is #C37997. Grayscale: #6C6C6C. Windows color (decimal): -12810648 or 6850108. OLE color: 6850108.

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

Color convert

RGB60134104-
CMYK0.5500.220.47
HSL155.68º38.14%38.04%-
HSV(B)155.68º55.22%52.55%-
XYZ12.8919.0116.09-
YUV108.45125.4893.44-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.13%
GREEN value IS 134 (52.73% from 255) = 44.97%
BLUE value IS 104 (41.02% from 255) = 34.90%
R=20.13%
G=44.97%
B=34.90%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal601341040.5500.220.47155.6838.1438.04
Hex3C8668370162F9c2626
Octal7420615067026572344646
Binary11110010000110110100011011101011010111110011100100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C8668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,134,104); }

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

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

 a { background-color: rgb(60,134,104); }

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

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

 span { border-color: rgb(60,134,104); }

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