#3A9271

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

Shades of Viridian #3A9271

Tints of Viridian #3A9271

Color information

#3A9271 (or 0x3A9271) is unknown color: approx Viridian. HEX triplet: 3A, 92 and 71. RGB value is (58,146,113). Sum of RGB (Red+Green+Blue) = 58+146+113=317 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.30% from 317); Green value is 146 (57.42% from 255 or 46.06% from 317); Blue value is 113 (44.53% from 255 or 35.65% from 317); Max value from RGB is 146 - color contains mainly: green. Hex color #3A9271 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A9271 is #C56D8E. Grayscale: #737373. Windows color (decimal): -12938639 or 7443002. OLE color: 7443002.

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

Color convert

RGB58146113-
CMYK0.6000.230.43
HSL157.5º43.14%40%-
HSV(B)157.5º60.27%57.25%-
XYZ1522.6519.2-
YUV115.93126.3586.68-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.30%
GREEN value IS 146 (57.42% from 255) = 46.06%
BLUE value IS 113 (44.53% from 255) = 35.65%
R=18.30%
G=46.06%
B=35.65%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal581461130.6000.230.43157.543.1440
Hex3A92713C0172B9e2b28
Octal7222216174027532365350
Binary11101010010010111000111110001011110101110011110101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A9271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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