#3A806E

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

Shades of Viridian #3A806E

Tints of Viridian #3A806E

Color information

#3A806E (or 0x3A806E) is unknown color: approx Viridian. HEX triplet: 3A, 80 and 6E. RGB value is (58,128,110). Sum of RGB (Red+Green+Blue) = 58+128+110=296 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.59% from 296); Green value is 128 (50.39% from 255 or 43.24% from 296); Blue value is 110 (43.36% from 255 or 37.16% from 296); Max value from RGB is 128 - color contains mainly: green. Hex color #3A806E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A806E is #C57F91. Grayscale: #696969. Windows color (decimal): -12943250 or 7241786. OLE color: 7241786.

HSL color Cylindrical-coordinate representation of color #3A806E: hue angle of 164.57º 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 #3A806E is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.50.

Color convert

RGB58128110-
CMYK0.5500.140.50
HSL164.57º37.63%36.47%-
HSV(B)164.57º54.69%50.2%-
XYZ12.2817.4617.48-
YUV105.02130.8194.46-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.59%
GREEN value IS 128 (50.39% from 255) = 43.24%
BLUE value IS 110 (43.36% from 255) = 37.16%
R=19.59%
G=43.24%
B=37.16%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal581281100.5500.140.50164.5737.6336.47
Hex3A806E370E32a52624
Octal7220015667016622454644
Binary1110101000000011011101101110111011001010100101100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A806E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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