#3C9772

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

Shades of Viridian #3C9772

Tints of Viridian #3C9772

Color information

#3C9772 (or 0x3C9772) is unknown color: approx Viridian. HEX triplet: 3C, 97 and 72. RGB value is (60,151,114). Sum of RGB (Red+Green+Blue) = 60+151+114=325 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.46% from 325); Green value is 151 (59.38% from 255 or 46.46% from 325); Blue value is 114 (44.92% from 255 or 35.08% from 325); Max value from RGB is 151 - color contains mainly: green. Hex color #3C9772 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C9772 is #C3688D. Grayscale: #777777. Windows color (decimal): -12806286 or 7509820. OLE color: 7509820.

HSL color Cylindrical-coordinate representation of color #3C9772: hue angle of 155.6º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3C9772 is Cyan = 0.60, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB60151114-
CMYK0.6000.250.41
HSL155.6º43.13%41.37%-
HSV(B)155.6º60.26%59.22%-
XYZ15.9724.3119.77-
YUV119.57124.8585.51-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.46%
GREEN value IS 151 (59.38% from 255) = 46.46%
BLUE value IS 114 (44.92% from 255) = 35.08%
R=18.46%
G=46.46%
B=35.08%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal601511140.6000.250.41155.643.1341.37
Hex3C97723C019299c2b29
Octal7422716274031512345351
Binary11110010010111111001011110001100110100110011100101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C9772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,151,114); }

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

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

 a { background-color: rgb(60,151,114); }

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

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

 span { border-color: rgb(60,151,114); }

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