#3B8E71

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

Shades of Viridian #3B8E71

Tints of Viridian #3B8E71

Color information

#3B8E71 (or 0x3B8E71) is unknown color: approx Viridian. HEX triplet: 3B, 8E and 71. RGB value is (59,142,113). Sum of RGB (Red+Green+Blue) = 59+142+113=314 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.79% from 314); Green value is 142 (55.86% from 255 or 45.22% from 314); Blue value is 113 (44.53% from 255 or 35.99% from 314); Max value from RGB is 142 - color contains mainly: green. Hex color #3B8E71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B8E71 is #C4718E. Grayscale: #717171. Windows color (decimal): -12874127 or 7441979. OLE color: 7441979.

HSL color Cylindrical-coordinate representation of color #3B8E71: hue angle of 159.04º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3B8E71 is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB59142113-
CMYK0.5800.200.44
HSL159.04º41.29%39.41%-
HSV(B)159.04º58.45%55.69%-
XYZ14.4621.4719-
YUV113.88127.588.86-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.79%
GREEN value IS 142 (55.86% from 255) = 45.22%
BLUE value IS 113 (44.53% from 255) = 35.99%
R=18.79%
G=45.22%
B=35.99%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal591421130.5800.200.44159.0441.2939.41
Hex3B8E713A0142C9f2927
Octal7321616172024542375147
Binary11101110001110111000111101001010010110010011111101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B8E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,142,113); }

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

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

 a { background-color: rgb(59,142,113); }

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

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

 span { border-color: rgb(59,142,113); }

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