#3A9475

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

Shades of Viridian #3A9475

Tints of Viridian #3A9475

Color information

#3A9475 (or 0x3A9475) is unknown color: approx Viridian. HEX triplet: 3A, 94 and 75. RGB value is (58,148,117). Sum of RGB (Red+Green+Blue) = 58+148+117=323 (42% of max value = 765). Red value is 58 (23.05% from 255 or 17.96% from 323); Green value is 148 (58.20% from 255 or 45.82% from 323); Blue value is 117 (46.09% from 255 or 36.22% from 323); Max value from RGB is 148 - color contains mainly: green. Hex color #3A9475 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A9475 is #C56B8A. Grayscale: #757575. Windows color (decimal): -12938123 or 7705658. OLE color: 7705658.

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

Color convert

RGB58148117-
CMYK0.6100.210.42
HSL159.33º43.69%40.39%-
HSV(B)159.33º60.81%58.04%-
XYZ15.5523.3620.52-
YUV117.56127.6885.52-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.96%
GREEN value IS 148 (58.20% from 255) = 45.82%
BLUE value IS 117 (46.09% from 255) = 36.22%
R=17.96%
G=45.82%
B=36.22%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal581481170.6100.210.42159.3343.6940.39
Hex3A94753D0152A9f2c28
Octal7222416575025522375450
Binary11101010010100111010111110101010110101010011111101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A9475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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