#3B8162

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

Shades of Viridian #3B8162

Tints of Viridian #3B8162

Color information

#3B8162 (or 0x3B8162) is unknown color: approx Viridian. HEX triplet: 3B, 81 and 62. RGB value is (59,129,98). Sum of RGB (Red+Green+Blue) = 59+129+98=286 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.63% from 286); Green value is 129 (50.78% from 255 or 45.10% from 286); Blue value is 98 (38.67% from 255 or 34.27% from 286); Max value from RGB is 129 - color contains mainly: green. Hex color #3B8162 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B8162 is #C47E9D. Grayscale: #686868. Windows color (decimal): -12877470 or 6455611. OLE color: 6455611.

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

Color convert

RGB5912998-
CMYK0.5400.240.49
HSL153.43º37.23%36.86%-
HSV(B)153.43º54.26%50.59%-
XYZ11.8617.5114.31-
YUV104.54124.3195.52-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.63%
GREEN value IS 129 (50.78% from 255) = 45.10%
BLUE value IS 98 (38.67% from 255) = 34.27%
R=20.63%
G=45.10%
B=34.27%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal59129980.5400.240.49153.4337.2336.86
Hex3B81623601831992525
Octal7320114266030612314545
Binary11101110000001110001011011001100011000110011001100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B8162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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