#3A7760

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

Shades of Viridian #3A7760

Tints of Viridian #3A7760

Color information

#3A7760 (or 0x3A7760) is unknown color: approx Viridian. HEX triplet: 3A, 77 and 60. RGB value is (58,119,96). Sum of RGB (Red+Green+Blue) = 58+119+96=273 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.25% from 273); Green value is 119 (46.88% from 255 or 43.59% from 273); Blue value is 96 (37.89% from 255 or 35.16% from 273); Max value from RGB is 119 - color contains mainly: green. Hex color #3A7760 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7760 is #C5889F. Grayscale: #626262. Windows color (decimal): -12945568 or 6321978. OLE color: 6321978.

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

Color convert

RGB5811996-
CMYK0.5100.190.53
HSL157.38º34.46%34.71%-
HSV(B)157.38º51.26%46.67%-
XYZ10.4514.9413.4-
YUV98.14126.7999.37-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.25%
GREEN value IS 119 (46.88% from 255) = 43.59%
BLUE value IS 96 (37.89% from 255) = 35.16%
R=21.25%
G=43.59%
B=35.16%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal58119960.5100.190.53157.3834.4634.71
Hex3A776033013359d2223
Octal7216714063023652354243
Binary1110101110111110000011001101001111010110011101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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