#3A8B6A

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

Shades of Viridian #3A8B6A

Tints of Viridian #3A8B6A

Color information

#3A8B6A (or 0x3A8B6A) is unknown color: approx Viridian. HEX triplet: 3A, 8B and 6A. RGB value is (58,139,106). Sum of RGB (Red+Green+Blue) = 58+139+106=303 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.14% from 303); Green value is 139 (54.69% from 255 or 45.87% from 303); Blue value is 106 (41.80% from 255 or 34.98% from 303); Max value from RGB is 139 - color contains mainly: green. Hex color #3A8B6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8B6A is #C57495. Grayscale: #6F6F6F. Windows color (decimal): -12940438 or 6982458. OLE color: 6982458.

HSL color Cylindrical-coordinate representation of color #3A8B6A: hue angle of 155.56º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A8B6A is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.45.

Color convert

RGB58139106-
CMYK0.5800.240.45
HSL155.56º41.12%38.63%-
HSV(B)155.56º58.27%54.51%-
XYZ13.5820.4116.86-
YUV111.02125.1690.18-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.14%
GREEN value IS 139 (54.69% from 255) = 45.87%
BLUE value IS 106 (41.80% from 255) = 34.98%
R=19.14%
G=45.87%
B=34.98%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal581391060.5800.240.45155.5641.1238.63
Hex3A8B6A3A0182D9c2927
Octal7221315272030552345147
Binary11101010001011110101011101001100010110110011100101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A8B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,139,106); }

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

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

 a { background-color: rgb(58,139,106); }

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

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

 span { border-color: rgb(58,139,106); }

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