#3B8B70

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

Shades of Viridian #3B8B70

Tints of Viridian #3B8B70

Color information

#3B8B70 (or 0x3B8B70) is unknown color: approx Viridian. HEX triplet: 3B, 8B and 70. RGB value is (59,139,112). Sum of RGB (Red+Green+Blue) = 59+139+112=310 (41% of max value = 765). Red value is 59 (23.44% from 255 or 19.03% from 310); Green value is 139 (54.69% from 255 or 44.84% from 310); Blue value is 112 (44.14% from 255 or 36.13% from 310); Max value from RGB is 139 - color contains mainly: green. Hex color #3B8B70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B8B70 is #C4748F. Grayscale: #707070. Windows color (decimal): -12874896 or 7375675. OLE color: 7375675.

HSL color Cylindrical-coordinate representation of color #3B8B70: hue angle of 159.75º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3B8B70 is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB59139112-
CMYK0.5800.190.45
HSL159.75º40.4%38.82%-
HSV(B)159.75º57.55%54.51%-
XYZ13.9620.5618.56-
YUV11212890.2-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.03%
GREEN value IS 139 (54.69% from 255) = 44.84%
BLUE value IS 112 (44.14% from 255) = 36.13%
R=19.03%
G=44.84%
B=36.13%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal591391120.5800.190.45159.7540.438.82
Hex3B8B703A0132Da02827
Octal7321316072023552405047
Binary11101110001011111000011101001001110110110100000101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B8B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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