#3B8779

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

Shades of Viridian #3B8779

Tints of Viridian #3B8779

Color information

#3B8779 (or 0x3B8779) is unknown color: approx Viridian. HEX triplet: 3B, 87 and 79. RGB value is (59,135,121). Sum of RGB (Red+Green+Blue) = 59+135+121=315 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.73% from 315); Green value is 135 (53.12% from 255 or 42.86% from 315); Blue value is 121 (47.66% from 255 or 38.41% from 315); Max value from RGB is 135 - color contains mainly: green. Hex color #3B8779 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B8779 is #C47886. Grayscale: #6E6E6E. Windows color (decimal): -12875911 or 7964475. OLE color: 7964475.

HSL color Cylindrical-coordinate representation of color #3B8779: hue angle of 168.95º 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 #3B8779 is Cyan = 0.56, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB59135121-
CMYK0.5600.100.47
HSL168.95º39.18%38.04%-
HSV(B)168.95º56.3%52.94%-
XYZ13.9219.6421.15-
YUV110.68133.8291.14-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.73%
GREEN value IS 135 (53.12% from 255) = 42.86%
BLUE value IS 121 (47.66% from 255) = 38.41%
R=18.73%
G=42.86%
B=38.41%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal591351210.5600.100.47168.9539.1838.04
Hex3B8779380A2Fa92726
Octal7320717170012572514746
Binary1110111000011111110011110000101010111110101001100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B8779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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