#3A9175

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

Shades of Viridian #3A9175

Tints of Viridian #3A9175

Color information

#3A9175 (or 0x3A9175) is unknown color: approx Viridian. HEX triplet: 3A, 91 and 75. RGB value is (58,145,117). Sum of RGB (Red+Green+Blue) = 58+145+117=320 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.12% from 320); Green value is 145 (57.03% from 255 or 45.31% from 320); Blue value is 117 (46.09% from 255 or 36.56% from 320); Max value from RGB is 145 - color contains mainly: green. Hex color #3A9175 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A9175 is #C56E8A. Grayscale: #737373. Windows color (decimal): -12938891 or 7704890. OLE color: 7704890.

HSL color Cylindrical-coordinate representation of color #3A9175: hue angle of 160.69º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A9175 is Cyan = 0.6, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB58145117-
CMYK0.600.190.43
HSL160.69º42.86%39.8%-
HSV(B)160.69º60%56.86%-
XYZ15.0822.4320.37-
YUV115.79128.6886.78-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.12%
GREEN value IS 145 (57.03% from 255) = 45.31%
BLUE value IS 117 (46.09% from 255) = 36.56%
R=18.12%
G=45.31%
B=36.56%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal581451170.600.190.43160.6942.8639.8
Hex3A91753C0132Ba12b28
Octal7222116574023532415350
Binary11101010010001111010111110001001110101110100001101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A9175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,145,117); }

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

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

 a { background-color: rgb(58,145,117); }

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

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

 span { border-color: rgb(58,145,117); }

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