#3C7A6C

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

Shades of Viridian #3C7A6C

Tints of Viridian #3C7A6C

Color information

#3C7A6C (or 0x3C7A6C) is unknown color: approx Viridian. HEX triplet: 3C, 7A and 6C. RGB value is (60,122,108). Sum of RGB (Red+Green+Blue) = 60+122+108=290 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.69% from 290); Green value is 122 (48.05% from 255 or 42.07% from 290); Blue value is 108 (42.58% from 255 or 37.24% from 290); Max value from RGB is 122 - color contains mainly: green. Hex color #3C7A6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7A6C is #C38593. Grayscale: #656565. Windows color (decimal): -12813716 or 7109180. OLE color: 7109180.

HSL color Cylindrical-coordinate representation of color #3C7A6C: hue angle of 166.45º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3C7A6C is Cyan = 0.51, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.

Color convert

RGB60122108-
CMYK0.5100.110.52
HSL166.45º34.07%35.69%-
HSV(B)166.45º50.82%47.84%-
XYZ11.5315.9616.66-
YUV101.87131.4698.14-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.69%
GREEN value IS 122 (48.05% from 255) = 42.07%
BLUE value IS 108 (42.58% from 255) = 37.24%
R=20.69%
G=42.07%
B=37.24%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal601221080.5100.110.52166.4534.0735.69
Hex3C7A6C330B34a62224
Octal7417215463013642464244
Binary111100111101011011001100110101111010010100110100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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