#3A775F

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

Shades of Viridian #3A775F

Tints of Viridian #3A775F

Color information

#3A775F (or 0x3A775F) is unknown color: approx Viridian. HEX triplet: 3A, 77 and 5F. RGB value is (58,119,95). Sum of RGB (Red+Green+Blue) = 58+119+95=272 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.32% from 272); Green value is 119 (46.88% from 255 or 43.75% from 272); Blue value is 95 (37.5% from 255 or 34.93% from 272); Max value from RGB is 119 - color contains mainly: green. Hex color #3A775F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A775F is #C588A0. Grayscale: #626262. Windows color (decimal): -12945569 or 6256442. OLE color: 6256442.

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

Color convert

RGB5811995-
CMYK0.5100.200.53
HSL156.39º34.46%34.71%-
HSV(B)156.39º51.26%46.67%-
XYZ10.4114.9213.16-
YUV98.02126.2999.45-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.32%
GREEN value IS 119 (46.88% from 255) = 43.75%
BLUE value IS 95 (37.5% from 255) = 34.93%
R=21.32%
G=43.75%
B=34.93%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal58119950.5100.200.53156.3934.4634.71
Hex3A775F33014359c2223
Octal7216713763024652344243
Binary1110101110111101111111001101010011010110011100100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A775F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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