#3B8A6E

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

Shades of Viridian #3B8A6E

Tints of Viridian #3B8A6E

Color information

#3B8A6E (or 0x3B8A6E) is unknown color: approx Viridian. HEX triplet: 3B, 8A and 6E. RGB value is (59,138,110). Sum of RGB (Red+Green+Blue) = 59+138+110=307 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.22% from 307); Green value is 138 (54.30% from 255 or 44.95% from 307); Blue value is 110 (43.36% from 255 or 35.83% from 307); Max value from RGB is 138 - color contains mainly: green. Hex color #3B8A6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B8A6E is #C47591. Grayscale: #6F6F6F. Windows color (decimal): -12875154 or 7244347. OLE color: 7244347.

HSL color Cylindrical-coordinate representation of color #3B8A6E: hue angle of 158.73º 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 #3B8A6E is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB59138110-
CMYK0.5700.200.46
HSL158.73º40.1%38.63%-
HSV(B)158.73º57.25%54.12%-
XYZ13.7120.2317.93-
YUV111.19127.3390.78-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.22%
GREEN value IS 138 (54.30% from 255) = 44.95%
BLUE value IS 110 (43.36% from 255) = 35.83%
R=19.22%
G=44.95%
B=35.83%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal591381100.5700.200.46158.7340.138.63
Hex3B8A6E390142E9f2827
Octal7321215671024562375047
Binary11101110001010110111011100101010010111010011111101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B8A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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