#3A8162

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

Shades of Viridian #3A8162

Tints of Viridian #3A8162

Color information

#3A8162 (or 0x3A8162) is unknown color: approx Viridian. HEX triplet: 3A, 81 and 62. RGB value is (58,129,98). Sum of RGB (Red+Green+Blue) = 58+129+98=285 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.35% from 285); Green value is 129 (50.78% from 255 or 45.26% from 285); Blue value is 98 (38.67% from 255 or 34.39% from 285); Max value from RGB is 129 - color contains mainly: green. Hex color #3A8162 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8162 is #C57E9D. Grayscale: #686868. Windows color (decimal): -12943006 or 6455610. OLE color: 6455610.

HSL color Cylindrical-coordinate representation of color #3A8162: hue angle of 153.8º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3A8162 is Cyan = 0.55, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB5812998-
CMYK0.5500.240.49
HSL153.8º37.97%36.67%-
HSV(B)153.8º55.04%50.59%-
XYZ11.817.4814.31-
YUV104.24124.4895.02-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.35%
GREEN value IS 129 (50.78% from 255) = 45.26%
BLUE value IS 98 (38.67% from 255) = 34.39%
R=20.35%
G=45.26%
B=34.39%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal58129980.5500.240.49153.837.9736.67
Hex3A816237018319a2625
Octal7220114267030612324645
Binary11101010000001110001011011101100011000110011010100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A8162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,129,98); }

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

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

 a { background-color: rgb(58,129,98); }

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

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

 span { border-color: rgb(58,129,98); }

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