#3A9270

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

Shades of Viridian #3A9270

Tints of Viridian #3A9270

Color information

#3A9270 (or 0x3A9270) is unknown color: approx Viridian. HEX triplet: 3A, 92 and 70. RGB value is (58,146,112). Sum of RGB (Red+Green+Blue) = 58+146+112=316 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.35% from 316); Green value is 146 (57.42% from 255 or 46.20% from 316); Blue value is 112 (44.14% from 255 or 35.44% from 316); Max value from RGB is 146 - color contains mainly: green. Hex color #3A9270 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A9270 is #C56D8F. Grayscale: #737373. Windows color (decimal): -12938640 or 7377466. OLE color: 7377466.

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

Color convert

RGB58146112-
CMYK0.6000.230.43
HSL156.82º43.14%40%-
HSV(B)156.82º60.27%57.25%-
XYZ14.9522.6318.91-
YUV115.81125.8586.76-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.35%
GREEN value IS 146 (57.42% from 255) = 46.20%
BLUE value IS 112 (44.14% from 255) = 35.44%
R=18.35%
G=46.20%
B=35.44%

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
Decimal581461120.6000.230.43156.8243.1440
Hex3A92703C0172B9d2b28
Octal7222216074027532355350
Binary11101010010010111000011110001011110101110011101101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A9270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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