#3A7865

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

Shades of Viridian #3A7865

Tints of Viridian #3A7865

Color information

#3A7865 (or 0x3A7865) is unknown color: approx Viridian. HEX triplet: 3A, 78 and 65. RGB value is (58,120,101). Sum of RGB (Red+Green+Blue) = 58+120+101=279 (36% of max value = 765). Red value is 58 (23.05% from 255 or 20.79% from 279); Green value is 120 (47.27% from 255 or 43.01% from 279); Blue value is 101 (39.84% from 255 or 36.20% from 279); Max value from RGB is 120 - color contains mainly: green. Hex color #3A7865 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7865 is #C5879A. Grayscale: #636363. Windows color (decimal): -12945307 or 6649914. OLE color: 6649914.

HSL color Cylindrical-coordinate representation of color #3A7865: hue angle of 161.61º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3A7865 is Cyan = 0.52, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB58120101-
CMYK0.5200.160.53
HSL161.61º34.83%34.9%-
HSV(B)161.61º51.67%47.06%-
XYZ10.8115.2714.69-
YUV99.3128.9698.54-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.79%
GREEN value IS 120 (47.27% from 255) = 43.01%
BLUE value IS 101 (39.84% from 255) = 36.20%
R=20.79%
G=43.01%
B=36.20%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal581201010.5200.160.53161.6134.8334.9
Hex3A78653401035a22323
Octal7217014564020652424343
Binary1110101111000110010111010001000011010110100010100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,120,101); }

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

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

 a { background-color: rgb(58,120,101); }

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

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

 span { border-color: rgb(58,120,101); }

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