#3A8B68

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

Shades of Viridian #3A8B68

Tints of Viridian #3A8B68

Color information

#3A8B68 (or 0x3A8B68) is unknown color: approx Viridian. HEX triplet: 3A, 8B and 68. RGB value is (58,139,104). Sum of RGB (Red+Green+Blue) = 58+139+104=301 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.27% from 301); Green value is 139 (54.69% from 255 or 46.18% from 301); Blue value is 104 (41.02% from 255 or 34.55% from 301); Max value from RGB is 139 - color contains mainly: green. Hex color #3A8B68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8B68 is #C57497. Grayscale: #6E6E6E. Windows color (decimal): -12940440 or 6851386. OLE color: 6851386.

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

Color convert

RGB58139104-
CMYK0.5800.250.45
HSL154.07º41.12%38.63%-
HSV(B)154.07º58.27%54.51%-
XYZ13.4820.3616.32-
YUV110.79124.1690.35-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.27%
GREEN value IS 139 (54.69% from 255) = 46.18%
BLUE value IS 104 (41.02% from 255) = 34.55%
R=19.27%
G=46.18%
B=34.55%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal581391040.5800.250.45154.0741.1238.63
Hex3A8B683A0192D9a2927
Octal7221315072031552325147
Binary11101010001011110100011101001100110110110011010101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A8B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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