#3B9574

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

Shades of Viridian #3B9574

Tints of Viridian #3B9574

Color information

#3B9574 (or 0x3B9574) is unknown color: approx Viridian. HEX triplet: 3B, 95 and 74. RGB value is (59,149,116). Sum of RGB (Red+Green+Blue) = 59+149+116=324 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.21% from 324); Green value is 149 (58.59% from 255 or 45.99% from 324); Blue value is 116 (45.70% from 255 or 35.80% from 324); Max value from RGB is 149 - color contains mainly: green. Hex color #3B9574 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B9574 is #C46A8B. Grayscale: #767676. Windows color (decimal): -12872332 or 7640379. OLE color: 7640379.

HSL color Cylindrical-coordinate representation of color #3B9574: hue angle of 158º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3B9574 is Cyan = 0.60, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB59149116-
CMYK0.6000.220.42
HSL158º43.27%40.78%-
HSV(B)158º60.4%58.43%-
XYZ15.723.6920.27-
YUV118.33126.6885.68-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.21%
GREEN value IS 149 (58.59% from 255) = 45.99%
BLUE value IS 116 (45.70% from 255) = 35.80%
R=18.21%
G=45.99%
B=35.80%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal591491160.6000.220.4215843.2740.78
Hex3B95743C0162A9e2b29
Octal7322516474026522365351
Binary11101110010101111010011110001011010101010011110101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B9574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,149,116); }

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

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

 a { background-color: rgb(59,149,116); }

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

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

 span { border-color: rgb(59,149,116); }

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