#3A7A60

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

Shades of Viridian #3A7A60

Tints of Viridian #3A7A60

Color information

#3A7A60 (or 0x3A7A60) is unknown color: approx Viridian. HEX triplet: 3A, 7A and 60. RGB value is (58,122,96). Sum of RGB (Red+Green+Blue) = 58+122+96=276 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.01% from 276); Green value is 122 (48.05% from 255 or 44.20% from 276); Blue value is 96 (37.89% from 255 or 34.78% from 276); Max value from RGB is 122 - color contains mainly: green. Hex color #3A7A60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7A60 is #C5859F. Grayscale: #636363. Windows color (decimal): -12944800 or 6322746. OLE color: 6322746.

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

Color convert

RGB5812296-
CMYK0.5200.210.52
HSL155.62º35.56%35.29%-
HSV(B)155.62º52.46%47.84%-
XYZ10.8215.6613.52-
YUV99.9125.898.11-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.01%
GREEN value IS 122 (48.05% from 255) = 44.20%
BLUE value IS 96 (37.89% from 255) = 34.78%
R=21.01%
G=44.20%
B=34.78%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal58122960.5200.210.52155.6235.5635.29
Hex3A7A6034015349c2423
Octal7217214064025642344443
Binary1110101111010110000011010001010111010010011100100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,122,96); }

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

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

 a { background-color: rgb(58,122,96); }

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

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

 span { border-color: rgb(58,122,96); }

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