#3B816B

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

Shades of Viridian #3B816B

Tints of Viridian #3B816B

Color information

#3B816B (or 0x3B816B) is unknown color: approx Viridian. HEX triplet: 3B, 81 and 6B. RGB value is (59,129,107). Sum of RGB (Red+Green+Blue) = 59+129+107=295 (39% of max value = 765). Red value is 59 (23.44% from 255 or 20% from 295); Green value is 129 (50.78% from 255 or 43.73% from 295); Blue value is 107 (42.19% from 255 or 36.27% from 295); Max value from RGB is 129 - color contains mainly: green. Hex color #3B816B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B816B is #C47E94. Grayscale: #696969. Windows color (decimal): -12877461 or 7045435. OLE color: 7045435.

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

Color convert

RGB59129107-
CMYK0.5400.170.49
HSL161.14º37.23%36.86%-
HSV(B)161.14º54.26%50.59%-
XYZ12.3117.6916.68-
YUV105.56128.8194.79-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20%
GREEN value IS 129 (50.78% from 255) = 43.73%
BLUE value IS 107 (42.19% from 255) = 36.27%
R=20%
G=43.73%
B=36.27%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal591291070.5400.170.49161.1437.2336.86
Hex3B816B3601131a12525
Octal7320115366021612414545
Binary11101110000001110101111011001000111000110100001100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B816B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,129,107); }

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

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

 a { background-color: rgb(59,129,107); }

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

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

 span { border-color: rgb(59,129,107); }

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