#3B816F

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

Shades of Viridian #3B816F

Tints of Viridian #3B816F

Color information

#3B816F (or 0x3B816F) is unknown color: approx Viridian. HEX triplet: 3B, 81 and 6F. RGB value is (59,129,111). Sum of RGB (Red+Green+Blue) = 59+129+111=299 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.73% from 299); Green value is 129 (50.78% from 255 or 43.14% from 299); Blue value is 111 (43.75% from 255 or 37.12% from 299); Max value from RGB is 129 - color contains mainly: green. Hex color #3B816F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B816F is #C47E90. Grayscale: #6A6A6A. Windows color (decimal): -12877457 or 7307579. OLE color: 7307579.

HSL color Cylindrical-coordinate representation of color #3B816F: hue angle of 164.57º 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 #3B816F is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB59129111-
CMYK0.5400.140.49
HSL164.57º37.23%36.86%-
HSV(B)164.57º54.26%50.59%-
XYZ12.5217.7817.81-
YUV106.02130.8194.46-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.73%
GREEN value IS 129 (50.78% from 255) = 43.14%
BLUE value IS 111 (43.75% from 255) = 37.12%
R=19.73%
G=43.14%
B=37.12%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal591291110.5400.140.49164.5737.2336.86
Hex3B816F360E31a52525
Octal7320115766016612454545
Binary1110111000000111011111101100111011000110100101100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B816F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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