#3A8A79

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

Shades of Viridian #3A8A79

Tints of Viridian #3A8A79

Color information

#3A8A79 (or 0x3A8A79) is unknown color: approx Viridian. HEX triplet: 3A, 8A and 79. RGB value is (58,138,121). Sum of RGB (Red+Green+Blue) = 58+138+121=317 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.30% from 317); Green value is 138 (54.30% from 255 or 43.53% from 317); Blue value is 121 (47.66% from 255 or 38.17% from 317); Max value from RGB is 138 - color contains mainly: green. Hex color #3A8A79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8A79 is #C57586. Grayscale: #707070. Windows color (decimal): -12940679 or 7965242. OLE color: 7965242.

HSL color Cylindrical-coordinate representation of color #3A8A79: hue angle of 167.25º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A8A79 is Cyan = 0.58, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB58138121-
CMYK0.5800.120.46
HSL167.25º40.82%38.43%-
HSV(B)167.25º57.97%54.12%-
XYZ14.2820.4621.28-
YUV112.1413389.38-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.30%
GREEN value IS 138 (54.30% from 255) = 43.53%
BLUE value IS 121 (47.66% from 255) = 38.17%
R=18.30%
G=43.53%
B=38.17%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal581381210.5800.120.46167.2540.8238.43
Hex3A8A793A0C2Ea72926
Octal7221217172014562475146
Binary1110101000101011110011110100110010111010100111101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A8A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,138,121); }

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

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

 a { background-color: rgb(58,138,121); }

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

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

 span { border-color: rgb(58,138,121); }

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