#3A8B6D

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

Shades of Viridian #3A8B6D

Tints of Viridian #3A8B6D

Color information

#3A8B6D (or 0x3A8B6D) is unknown color: approx Viridian. HEX triplet: 3A, 8B and 6D. RGB value is (58,139,109). Sum of RGB (Red+Green+Blue) = 58+139+109=306 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.95% from 306); Green value is 139 (54.69% from 255 or 45.42% from 306); Blue value is 109 (42.97% from 255 or 35.62% from 306); Max value from RGB is 139 - color contains mainly: green. Hex color #3A8B6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8B6D is #C57492. Grayscale: #6F6F6F. Windows color (decimal): -12940435 or 7179066. OLE color: 7179066.

HSL color Cylindrical-coordinate representation of color #3A8B6D: hue angle of 157.78º 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 #3A8B6D is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB58139109-
CMYK0.5800.220.45
HSL157.78º41.12%38.63%-
HSV(B)157.78º58.27%54.51%-
XYZ13.7420.4717.69-
YUV111.36126.6689.94-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.95%
GREEN value IS 139 (54.69% from 255) = 45.42%
BLUE value IS 109 (42.97% from 255) = 35.62%
R=18.95%
G=45.42%
B=35.62%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal581391090.5800.220.45157.7841.1238.63
Hex3A8B6D3A0162D9e2927
Octal7221315572026552365147
Binary11101010001011110110111101001011010110110011110101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A8B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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