#3C8B6C

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

Shades of Viridian #3C8B6C

Tints of Viridian #3C8B6C

Color information

#3C8B6C (or 0x3C8B6C) is unknown color: approx Viridian. HEX triplet: 3C, 8B and 6C. RGB value is (60,139,108). Sum of RGB (Red+Green+Blue) = 60+139+108=307 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.54% from 307); Green value is 139 (54.69% from 255 or 45.28% from 307); Blue value is 108 (42.58% from 255 or 35.18% from 307); Max value from RGB is 139 - color contains mainly: green. Hex color #3C8B6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8B6C is #C37493. Grayscale: #6F6F6F. Windows color (decimal): -12809364 or 7113532. OLE color: 7113532.

HSL color Cylindrical-coordinate representation of color #3C8B6C: hue angle of 156.46º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C8B6C is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB60139108-
CMYK0.5700.220.45
HSL156.46º39.7%39.02%-
HSV(B)156.46º56.83%54.51%-
XYZ13.820.5117.42-
YUV111.84125.8391.02-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.54%
GREEN value IS 139 (54.69% from 255) = 45.28%
BLUE value IS 108 (42.58% from 255) = 35.18%
R=19.54%
G=45.28%
B=35.18%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal601391080.5700.220.45156.4639.739.02
Hex3C8B6C390162D9c2827
Octal7421315471026552345047
Binary11110010001011110110011100101011010110110011100101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C8B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,139,108); }

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

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

 a { background-color: rgb(60,139,108); }

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

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

 span { border-color: rgb(60,139,108); }

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