#3A9571

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

Shades of Viridian #3A9571

Tints of Viridian #3A9571

Color information

#3A9571 (or 0x3A9571) is unknown color: approx Viridian. HEX triplet: 3A, 95 and 71. RGB value is (58,149,113). Sum of RGB (Red+Green+Blue) = 58+149+113=320 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.12% from 320); Green value is 149 (58.59% from 255 or 46.56% from 320); Blue value is 113 (44.53% from 255 or 35.31% from 320); Max value from RGB is 149 - color contains mainly: green. Hex color #3A9571 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A9571 is #C56A8E. Grayscale: #757575. Windows color (decimal): -12937871 or 7443770. OLE color: 7443770.

HSL color Cylindrical-coordinate representation of color #3A9571: hue angle of 156.26º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A9571 is Cyan = 0.61, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB58149113-
CMYK0.6100.240.42
HSL156.26º43.96%40.59%-
HSV(B)156.26º61.07%58.43%-
XYZ15.4723.5919.36-
YUV117.69125.3585.43-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.12%
GREEN value IS 149 (58.59% from 255) = 46.56%
BLUE value IS 113 (44.53% from 255) = 35.31%
R=18.12%
G=46.56%
B=35.31%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal581491130.6100.240.42156.2643.9640.59
Hex3A95713D0182A9c2c29
Octal7222516175030522345451
Binary11101010010101111000111110101100010101010011100101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A9571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,149,113); }

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

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

 a { background-color: rgb(58,149,113); }

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

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

 span { border-color: rgb(58,149,113); }

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