#3C8276

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

Shades of Viridian #3C8276

Tints of Viridian #3C8276

Color information

#3C8276 (or 0x3C8276) is unknown color: approx Viridian. HEX triplet: 3C, 82 and 76. RGB value is (60,130,118). Sum of RGB (Red+Green+Blue) = 60+130+118=308 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.48% from 308); Green value is 130 (51.17% from 255 or 42.21% from 308); Blue value is 118 (46.48% from 255 or 38.31% from 308); Max value from RGB is 130 - color contains mainly: green. Hex color #3C8276 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8276 is #C37D89. Grayscale: #6B6B6B. Windows color (decimal): -12811658 or 7766588. OLE color: 7766588.

HSL color Cylindrical-coordinate representation of color #3C8276: hue angle of 169.71º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3C8276 is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB60130118-
CMYK0.5400.090.49
HSL169.71º36.84%37.25%-
HSV(B)169.71º53.85%50.98%-
XYZ13.1218.2319.97-
YUV107.7133.8193.98-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.48%
GREEN value IS 130 (51.17% from 255) = 42.21%
BLUE value IS 118 (46.48% from 255) = 38.31%
R=19.48%
G=42.21%
B=38.31%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal601301180.5400.090.49169.7136.8437.25
Hex3C8276360931aa2525
Octal7420216666011612524545
Binary1111001000001011101101101100100111000110101010100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C8276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,130,118); }

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

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

 a { background-color: rgb(60,130,118); }

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

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

 span { border-color: rgb(60,130,118); }

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