#3B8A66

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

Shades of Viridian #3B8A66

Tints of Viridian #3B8A66

Color information

#3B8A66 (or 0x3B8A66) is unknown color: approx Viridian. HEX triplet: 3B, 8A and 66. RGB value is (59,138,102). Sum of RGB (Red+Green+Blue) = 59+138+102=299 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.73% from 299); Green value is 138 (54.30% from 255 or 46.15% from 299); Blue value is 102 (40.23% from 255 or 34.11% from 299); Max value from RGB is 138 - color contains mainly: green. Hex color #3B8A66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B8A66 is #C47599. Grayscale: #6E6E6E. Windows color (decimal): -12875162 or 6720059. OLE color: 6720059.

HSL color Cylindrical-coordinate representation of color #3B8A66: hue angle of 152.66º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3B8A66 is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB59138102-
CMYK0.5700.260.46
HSL152.66º40.1%38.63%-
HSV(B)152.66º57.25%54.12%-
XYZ13.2920.0715.74-
YUV110.28123.3391.43-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.73%
GREEN value IS 138 (54.30% from 255) = 46.15%
BLUE value IS 102 (40.23% from 255) = 34.11%
R=19.73%
G=46.15%
B=34.11%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal591381020.5700.260.46152.6640.138.63
Hex3B8A663901A2E992827
Octal7321214671032562315047
Binary11101110001010110011011100101101010111010011001101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B8A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,138,102); }

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

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

 a { background-color: rgb(59,138,102); }

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

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

 span { border-color: rgb(59,138,102); }

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