#3C876F

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

Shades of Viridian #3C876F

Tints of Viridian #3C876F

Color information

#3C876F (or 0x3C876F) is unknown color: approx Viridian. HEX triplet: 3C, 87 and 6F. RGB value is (60,135,111). Sum of RGB (Red+Green+Blue) = 60+135+111=306 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.61% from 306); Green value is 135 (53.12% from 255 or 44.12% from 306); Blue value is 111 (43.75% from 255 or 36.27% from 306); Max value from RGB is 135 - color contains mainly: green. Hex color #3C876F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C876F is #C37890. Grayscale: #6D6D6D. Windows color (decimal): -12810385 or 7309116. OLE color: 7309116.

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

Color convert

RGB60135111-
CMYK0.5600.180.47
HSL160.8º38.46%38.24%-
HSV(B)160.8º55.56%52.94%-
XYZ13.419.4418.08-
YUV109.84128.6592.45-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.61%
GREEN value IS 135 (53.12% from 255) = 44.12%
BLUE value IS 111 (43.75% from 255) = 36.27%
R=19.61%
G=44.12%
B=36.27%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal601351110.5600.180.47160.838.4638.24
Hex3C876F380122Fa12626
Octal7420715770022572414646
Binary11110010000111110111111100001001010111110100001100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C876F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,135,111); }

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

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

 a { background-color: rgb(60,135,111); }

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

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

 span { border-color: rgb(60,135,111); }

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