#3B8879

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

Shades of Viridian #3B8879

Tints of Viridian #3B8879

Color information

#3B8879 (or 0x3B8879) is unknown color: approx Viridian. HEX triplet: 3B, 88 and 79. RGB value is (59,136,121). Sum of RGB (Red+Green+Blue) = 59+136+121=316 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.67% from 316); Green value is 136 (53.52% from 255 or 43.04% from 316); Blue value is 121 (47.66% from 255 or 38.29% from 316); Max value from RGB is 136 - color contains mainly: green. Hex color #3B8879 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B8879 is #C47786. Grayscale: #6F6F6F. Windows color (decimal): -12875655 or 7964731. OLE color: 7964731.

HSL color Cylindrical-coordinate representation of color #3B8879: hue angle of 168.31º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3B8879 is Cyan = 0.57, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB59136121-
CMYK0.5700.110.47
HSL168.31º39.49%38.24%-
HSV(B)168.31º56.62%53.33%-
XYZ14.0619.9221.19-
YUV111.27133.4990.72-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.67%
GREEN value IS 136 (53.52% from 255) = 43.04%
BLUE value IS 121 (47.66% from 255) = 38.29%
R=18.67%
G=43.04%
B=38.29%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal591361210.5700.110.47168.3139.4938.24
Hex3B8879390B2Fa82726
Octal7321017171013572504746
Binary1110111000100011110011110010101110111110101000100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B8879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,136,121); }

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

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

 a { background-color: rgb(59,136,121); }

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

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

 span { border-color: rgb(59,136,121); }

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