#3B8377

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

Shades of Viridian #3B8377

Tints of Viridian #3B8377

Color information

#3B8377 (or 0x3B8377) is unknown color: approx Viridian. HEX triplet: 3B, 83 and 77. RGB value is (59,131,119). Sum of RGB (Red+Green+Blue) = 59+131+119=309 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.09% from 309); Green value is 131 (51.56% from 255 or 42.39% from 309); Blue value is 119 (46.88% from 255 or 38.51% from 309); Max value from RGB is 131 - color contains mainly: green. Hex color #3B8377 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B8377 is #C47C88. Grayscale: #6C6C6C. Windows color (decimal): -12876937 or 7832379. OLE color: 7832379.

HSL color Cylindrical-coordinate representation of color #3B8377: hue angle of 170º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3B8377 is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB59131119-
CMYK0.5500.090.49
HSL170º37.89%37.25%-
HSV(B)170º54.96%51.37%-
XYZ13.2518.4920.32-
YUV108.1134.1592.98-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.09%
GREEN value IS 131 (51.56% from 255) = 42.39%
BLUE value IS 119 (46.88% from 255) = 38.51%
R=19.09%
G=42.39%
B=38.51%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal591311190.5500.090.4917037.8937.25
Hex3B8377370931aa2625
Octal7320316767011612524645
Binary1110111000001111101111101110100111000110101010100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B8377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,131,119); }

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

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

 a { background-color: rgb(59,131,119); }

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

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

 span { border-color: rgb(59,131,119); }

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