#3B8E6C

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

Shades of Viridian #3B8E6C

Tints of Viridian #3B8E6C

Color information

#3B8E6C (or 0x3B8E6C) is unknown color: approx Viridian. HEX triplet: 3B, 8E and 6C. RGB value is (59,142,108). Sum of RGB (Red+Green+Blue) = 59+142+108=309 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.09% from 309); Green value is 142 (55.86% from 255 or 45.95% from 309); Blue value is 108 (42.58% from 255 or 34.95% from 309); Max value from RGB is 142 - color contains mainly: green. Hex color #3B8E6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B8E6C is #C47193. Grayscale: #717171. Windows color (decimal): -12874132 or 7114299. OLE color: 7114299.

HSL color Cylindrical-coordinate representation of color #3B8E6C: hue angle of 155.42º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3B8E6C is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB59142108-
CMYK0.5800.240.44
HSL155.42º41.29%39.41%-
HSV(B)155.42º58.45%55.69%-
XYZ14.1821.3617.56-
YUV113.3112589.26-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.09%
GREEN value IS 142 (55.86% from 255) = 45.95%
BLUE value IS 108 (42.58% from 255) = 34.95%
R=19.09%
G=45.95%
B=34.95%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal591421080.5800.240.44155.4241.2939.41
Hex3B8E6C3A0182C9b2927
Octal7321615472030542335147
Binary11101110001110110110011101001100010110010011011101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B8E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,142,108); }

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

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

 a { background-color: rgb(59,142,108); }

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

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

 span { border-color: rgb(59,142,108); }

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