#3A806D

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

Shades of Viridian #3A806D

Tints of Viridian #3A806D

Color information

#3A806D (or 0x3A806D) is unknown color: approx Viridian. HEX triplet: 3A, 80 and 6D. RGB value is (58,128,109). Sum of RGB (Red+Green+Blue) = 58+128+109=295 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.66% from 295); Green value is 128 (50.39% from 255 or 43.39% from 295); Blue value is 109 (42.97% from 255 or 36.95% from 295); Max value from RGB is 128 - color contains mainly: green. Hex color #3A806D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A806D is #C57F92. Grayscale: #686868. Windows color (decimal): -12943251 or 7176250. OLE color: 7176250.

HSL color Cylindrical-coordinate representation of color #3A806D: hue angle of 163.71º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3A806D is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.50.

Color convert

RGB58128109-
CMYK0.5500.150.50
HSL163.71º37.63%36.47%-
HSV(B)163.71º54.69%50.2%-
XYZ12.2217.4417.19-
YUV104.9130.3194.54-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.66%
GREEN value IS 128 (50.39% from 255) = 43.39%
BLUE value IS 109 (42.97% from 255) = 36.95%
R=19.66%
G=43.39%
B=36.95%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal581281090.5500.150.50163.7137.6336.47
Hex3A806D370F32a42624
Octal7220015567017622444644
Binary1110101000000011011011101110111111001010100100100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A806D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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