#3A806F

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

Shades of Viridian #3A806F

Tints of Viridian #3A806F

Color information

#3A806F (or 0x3A806F) is unknown color: approx Viridian. HEX triplet: 3A, 80 and 6F. RGB value is (58,128,111). Sum of RGB (Red+Green+Blue) = 58+128+111=297 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.53% from 297); Green value is 128 (50.39% from 255 or 43.10% from 297); Blue value is 111 (43.75% from 255 or 37.37% from 297); Max value from RGB is 128 - color contains mainly: green. Hex color #3A806F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A806F is #C57F90. Grayscale: #696969. Windows color (decimal): -12943249 or 7307322. OLE color: 7307322.

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

Color convert

RGB58128111-
CMYK0.5500.130.50
HSL165.43º37.63%36.47%-
HSV(B)165.43º54.69%50.2%-
XYZ12.3317.4917.76-
YUV105.13131.3194.38-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.53%
GREEN value IS 128 (50.39% from 255) = 43.10%
BLUE value IS 111 (43.75% from 255) = 37.37%
R=19.53%
G=43.10%
B=37.37%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal581281110.5500.130.50165.4337.6336.47
Hex3A806F370D32a52624
Octal7220015767015622454644
Binary1110101000000011011111101110110111001010100101100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A806F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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