#3B8E78

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

Shades of Viridian #3B8E78

Tints of Viridian #3B8E78

Color information

#3B8E78 (or 0x3B8E78) is unknown color: approx Viridian. HEX triplet: 3B, 8E and 78. RGB value is (59,142,120). Sum of RGB (Red+Green+Blue) = 59+142+120=321 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.38% from 321); Green value is 142 (55.86% from 255 or 44.24% from 321); Blue value is 120 (47.27% from 255 or 37.38% from 321); Max value from RGB is 142 - color contains mainly: green. Hex color #3B8E78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B8E78 is #C47187. Grayscale: #727272. Windows color (decimal): -12874120 or 7900731. OLE color: 7900731.

HSL color Cylindrical-coordinate representation of color #3B8E78: hue angle of 164.1º 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 #3B8E78 is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB59142120-
CMYK0.5800.150.44
HSL164.1º41.29%39.41%-
HSV(B)164.1º58.45%55.69%-
XYZ14.8721.6321.16-
YUV114.6813188.29-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.38%
GREEN value IS 142 (55.86% from 255) = 44.24%
BLUE value IS 120 (47.27% from 255) = 37.38%
R=18.38%
G=44.24%
B=37.38%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal591421200.5800.150.44164.141.2939.41
Hex3B8E783A0F2Ca42927
Octal7321617072017542445147
Binary1110111000111011110001110100111110110010100100101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B8E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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