#3A7860

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

Shades of Viridian #3A7860

Tints of Viridian #3A7860

Color information

#3A7860 (or 0x3A7860) is unknown color: approx Viridian. HEX triplet: 3A, 78 and 60. RGB value is (58,120,96). Sum of RGB (Red+Green+Blue) = 58+120+96=274 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.17% from 274); Green value is 120 (47.27% from 255 or 43.80% from 274); Blue value is 96 (37.89% from 255 or 35.04% from 274); Max value from RGB is 120 - color contains mainly: green. Hex color #3A7860 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7860 is #C5879F. Grayscale: #626262. Windows color (decimal): -12945312 or 6322234. OLE color: 6322234.

HSL color Cylindrical-coordinate representation of color #3A7860: hue angle of 156.77º 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 #3A7860 is Cyan = 0.52, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.53.

Color convert

RGB5812096-
CMYK0.5200.20.53
HSL156.77º34.83%34.9%-
HSV(B)156.77º51.67%47.06%-
XYZ10.5715.1813.44-
YUV98.73126.4698.95-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.17%
GREEN value IS 120 (47.27% from 255) = 43.80%
BLUE value IS 96 (37.89% from 255) = 35.04%
R=21.17%
G=43.80%
B=35.04%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal58120960.5200.20.53156.7734.8334.9
Hex3A786034014359d2323
Octal7217014064024652354343
Binary1110101111000110000011010001010011010110011101100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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