#3C9271

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

Shades of Viridian #3C9271

Tints of Viridian #3C9271

Color information

#3C9271 (or 0x3C9271) is unknown color: approx Viridian. HEX triplet: 3C, 92 and 71. RGB value is (60,146,113). Sum of RGB (Red+Green+Blue) = 60+146+113=319 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.81% from 319); Green value is 146 (57.42% from 255 or 45.77% from 319); Blue value is 113 (44.53% from 255 or 35.42% from 319); Max value from RGB is 146 - color contains mainly: green. Hex color #3C9271 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C9271 is #C36D8E. Grayscale: #747474. Windows color (decimal): -12807567 or 7443004. OLE color: 7443004.

HSL color Cylindrical-coordinate representation of color #3C9271: hue angle of 156.98º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3C9271 is Cyan = 0.59, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB60146113-
CMYK0.5900.230.43
HSL156.98º41.75%40.39%-
HSV(B)156.98º58.9%57.25%-
XYZ15.1222.7119.21-
YUV116.52126.0187.68-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.81%
GREEN value IS 146 (57.42% from 255) = 45.77%
BLUE value IS 113 (44.53% from 255) = 35.42%
R=18.81%
G=45.77%
B=35.42%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal601461130.5900.230.43156.9841.7540.39
Hex3C92713B0172B9d2a28
Octal7422216173027532355250
Binary11110010010010111000111101101011110101110011101101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C9271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,146,113); }

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

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

 a { background-color: rgb(60,146,113); }

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

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

 span { border-color: rgb(60,146,113); }

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