#3b8577

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

Shades of Viridian #3B8577

Tints of Viridian #3B8577

Color information

#3B8577 (or 0x3B8577) is unknown color: approx Viridian. HEX triplet: 3B, 85 and 77. RGB value is (59,133,119). Sum of RGB (Red+Green+Blue) = 59+133+119=311 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.97% from 311); Green value is 133 (52.34% from 255 or 42.77% from 311); Blue value is 119 (46.88% from 255 or 38.26% from 311); Max value from RGB is 133 - color contains mainly: green. Hex color #3B8577 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B8577 is #C47A88. Grayscale: #6D6D6D. Windows color (decimal): -12876425 or 7832891. OLE color: 7832891.

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

Color convert

RGB59133119-
CMYK0.5600.110.48
HSL168.65º38.54%37.65%-
HSV(B)168.65º55.64%52.16%-
XYZ13.5219.0420.41-
YUV109.28133.4892.14-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.97%
GREEN value IS 133 (52.34% from 255) = 42.77%
BLUE value IS 119 (46.88% from 255) = 38.26%
R=18.97%
G=42.77%
B=38.26%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal591331190.5600.110.48168.6538.5437.65
Hex3B8577380B30a92726
Octal7320516770013602514746
Binary1110111000010111101111110000101111000010101001100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3b8577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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