#3C8675

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

Shades of Viridian #3C8675

Tints of Viridian #3C8675

Color information

#3C8675 (or 0x3C8675) is unknown color: approx Viridian. HEX triplet: 3C, 86 and 75. RGB value is (60,134,117). Sum of RGB (Red+Green+Blue) = 60+134+117=311 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.29% from 311); Green value is 134 (52.73% from 255 or 43.09% from 311); Blue value is 117 (46.09% from 255 or 37.62% from 311); Max value from RGB is 134 - color contains mainly: green. Hex color #3C8675 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8675 is #C3798A. Grayscale: #6D6D6D. Windows color (decimal): -12810635 or 7702076. OLE color: 7702076.

HSL color Cylindrical-coordinate representation of color #3C8675: hue angle of 166.22º 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 #3C8675 is Cyan = 0.55, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB60134117-
CMYK0.5500.130.47
HSL166.22º38.14%38.04%-
HSV(B)166.22º55.22%52.55%-
XYZ13.619.319.84-
YUV109.94131.9892.38-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.29%
GREEN value IS 134 (52.73% from 255) = 43.09%
BLUE value IS 117 (46.09% from 255) = 37.62%
R=19.29%
G=43.09%
B=37.62%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal601341170.5500.130.47166.2238.1438.04
Hex3C8675370D2Fa62626
Octal7420616567015572464646
Binary1111001000011011101011101110110110111110100110100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C8675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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