#3A8B6C

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

Shades of Viridian #3A8B6C

Tints of Viridian #3A8B6C

Color information

#3A8B6C (or 0x3A8B6C) is unknown color: approx Viridian. HEX triplet: 3A, 8B and 6C. RGB value is (58,139,108). Sum of RGB (Red+Green+Blue) = 58+139+108=305 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.02% from 305); Green value is 139 (54.69% from 255 or 45.57% from 305); Blue value is 108 (42.58% from 255 or 35.41% from 305); Max value from RGB is 139 - color contains mainly: green. Hex color #3A8B6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8B6C is #C57493. Grayscale: #6F6F6F. Windows color (decimal): -12940436 or 7113530. OLE color: 7113530.

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

Color convert

RGB58139108-
CMYK0.5800.220.45
HSL157.04º41.12%38.63%-
HSV(B)157.04º58.27%54.51%-
XYZ13.6820.4517.41-
YUV111.25126.1690.02-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.02%
GREEN value IS 139 (54.69% from 255) = 45.57%
BLUE value IS 108 (42.58% from 255) = 35.41%
R=19.02%
G=45.57%
B=35.41%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal581391080.5800.220.45157.0441.1238.63
Hex3A8B6C3A0162D9d2927
Octal7221315472026552355147
Binary11101010001011110110011101001011010110110011101101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A8B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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