#3A9177

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

Shades of Viridian #3A9177

Tints of Viridian #3A9177

Color information

#3A9177 (or 0x3A9177) is unknown color: approx Viridian. HEX triplet: 3A, 91 and 77. RGB value is (58,145,119). Sum of RGB (Red+Green+Blue) = 58+145+119=322 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.01% from 322); Green value is 145 (57.03% from 255 or 45.03% from 322); Blue value is 119 (46.88% from 255 or 36.96% from 322); Max value from RGB is 145 - color contains mainly: green. Hex color #3A9177 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A9177 is #C56E88. Grayscale: #747474. Windows color (decimal): -12938889 or 7835962. OLE color: 7835962.

HSL color Cylindrical-coordinate representation of color #3A9177: hue angle of 162.07º 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 #3A9177 is Cyan = 0.6, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB58145119-
CMYK0.600.180.43
HSL162.07º42.86%39.8%-
HSV(B)162.07º60%56.86%-
XYZ15.222.4820.99-
YUV116.02129.6886.61-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.01%
GREEN value IS 145 (57.03% from 255) = 45.03%
BLUE value IS 119 (46.88% from 255) = 36.96%
R=18.01%
G=45.03%
B=36.96%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal581451190.600.180.43162.0742.8639.8
Hex3A91773C0122Ba22b28
Octal7222116774022532425350
Binary11101010010001111011111110001001010101110100010101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A9177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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