#3C796A

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

Shades of Viridian #3C796A

Tints of Viridian #3C796A

Color information

#3C796A (or 0x3C796A) is unknown color: approx Viridian. HEX triplet: 3C, 79 and 6A. RGB value is (60,121,106). Sum of RGB (Red+Green+Blue) = 60+121+106=287 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.91% from 287); Green value is 121 (47.66% from 255 or 42.16% from 287); Blue value is 106 (41.80% from 255 or 36.93% from 287); Max value from RGB is 121 - color contains mainly: green. Hex color #3C796A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C796A is #C38695. Grayscale: #656565. Windows color (decimal): -12813974 or 6977852. OLE color: 6977852.

HSL color Cylindrical-coordinate representation of color #3C796A: hue angle of 165.25º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3C796A is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB60121106-
CMYK0.5000.120.53
HSL165.25º33.7%35.49%-
HSV(B)165.25º50.41%47.45%-
XYZ11.315.6816.07-
YUV101.05130.7998.72-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.91%
GREEN value IS 121 (47.66% from 255) = 42.16%
BLUE value IS 106 (41.80% from 255) = 36.93%
R=20.91%
G=42.16%
B=36.93%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal601211060.5000.120.53165.2533.735.49
Hex3C796A320C35a52223
Octal7417115262014652454243
Binary111100111100111010101100100110011010110100101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C796A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,121,106); }

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

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

 a { background-color: rgb(60,121,106); }

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

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

 span { border-color: rgb(60,121,106); }

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