#3B8670

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

Shades of Viridian #3B8670

Tints of Viridian #3B8670

Color information

#3B8670 (or 0x3B8670) is unknown color: approx Viridian. HEX triplet: 3B, 86 and 70. RGB value is (59,134,112). Sum of RGB (Red+Green+Blue) = 59+134+112=305 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.34% from 305); Green value is 134 (52.73% from 255 or 43.93% from 305); Blue value is 112 (44.14% from 255 or 36.72% from 305); Max value from RGB is 134 - color contains mainly: green. Hex color #3B8670 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B8670 is #C4798F. Grayscale: #6D6D6D. Windows color (decimal): -12876176 or 7374395. OLE color: 7374395.

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

Color convert

RGB59134112-
CMYK0.5600.160.47
HSL162.4º38.86%37.84%-
HSV(B)162.4º55.97%52.55%-
XYZ13.2519.1518.33-
YUV109.07129.6592.29-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.34%
GREEN value IS 134 (52.73% from 255) = 43.93%
BLUE value IS 112 (44.14% from 255) = 36.72%
R=19.34%
G=43.93%
B=36.72%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal591341120.5600.160.47162.438.8637.84
Hex3B8670380102Fa22726
Octal7320616070020572424746
Binary11101110000110111000011100001000010111110100010100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B8670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,134,112); }

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

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

 a { background-color: rgb(59,134,112); }

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

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

 span { border-color: rgb(59,134,112); }

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