#3B8974

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

Shades of Viridian #3B8974

Tints of Viridian #3B8974

Color information

#3B8974 (or 0x3B8974) is unknown color: approx Viridian. HEX triplet: 3B, 89 and 74. RGB value is (59,137,116). Sum of RGB (Red+Green+Blue) = 59+137+116=312 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.91% from 312); Green value is 137 (53.91% from 255 or 43.91% from 312); Blue value is 116 (45.70% from 255 or 37.18% from 312); Max value from RGB is 137 - color contains mainly: green. Hex color #3B8974 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B8974 is #C4768B. Grayscale: #6F6F6F. Windows color (decimal): -12875404 or 7637307. OLE color: 7637307.

HSL color Cylindrical-coordinate representation of color #3B8974: hue angle of 163.85º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3B8974 is Cyan = 0.57, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB59137116-
CMYK0.5700.150.46
HSL163.85º39.8%38.43%-
HSV(B)163.85º56.93%53.73%-
XYZ13.920.0819.67-
YUV111.28130.6690.71-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.91%
GREEN value IS 137 (53.91% from 255) = 43.91%
BLUE value IS 116 (45.70% from 255) = 37.18%
R=18.91%
G=43.91%
B=37.18%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal591371160.5700.150.46163.8539.838.43
Hex3B8974390F2Ea42826
Octal7321116471017562445046
Binary1110111000100111101001110010111110111010100100101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B8974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,137,116); }

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

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

 a { background-color: rgb(59,137,116); }

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

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

 span { border-color: rgb(59,137,116); }

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