#3B886D

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

Shades of Viridian #3B886D

Tints of Viridian #3B886D

Color information

#3B886D (or 0x3B886D) is unknown color: approx Viridian. HEX triplet: 3B, 88 and 6D. RGB value is (59,136,109). Sum of RGB (Red+Green+Blue) = 59+136+109=304 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.41% from 304); Green value is 136 (53.52% from 255 or 44.74% from 304); Blue value is 109 (42.97% from 255 or 35.86% from 304); Max value from RGB is 136 - color contains mainly: green. Hex color #3B886D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B886D is #C47792. Grayscale: #6D6D6D. Windows color (decimal): -12875667 or 7178299. OLE color: 7178299.

HSL color Cylindrical-coordinate representation of color #3B886D: hue angle of 158.96º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3B886D is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.47.

Color convert

RGB59136109-
CMYK0.5700.200.47
HSL158.96º39.49%38.24%-
HSV(B)158.96º56.62%53.33%-
XYZ13.3719.6417.55-
YUV109.9127.4991.7-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.41%
GREEN value IS 136 (53.52% from 255) = 44.74%
BLUE value IS 109 (42.97% from 255) = 35.86%
R=19.41%
G=44.74%
B=35.86%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal591361090.5700.200.47158.9639.4938.24
Hex3B886D390142F9f2726
Octal7321015571024572374746
Binary11101110001000110110111100101010010111110011111100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B886D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,136,109); }

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

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

 a { background-color: rgb(59,136,109); }

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

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

 span { border-color: rgb(59,136,109); }

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