#3B876C

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

Shades of Viridian #3B876C

Tints of Viridian #3B876C

Color information

#3B876C (or 0x3B876C) is unknown color: approx Viridian. HEX triplet: 3B, 87 and 6C. RGB value is (59,135,108). Sum of RGB (Red+Green+Blue) = 59+135+108=302 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.54% from 302); Green value is 135 (53.12% from 255 or 44.70% from 302); Blue value is 108 (42.58% from 255 or 35.76% from 302); Max value from RGB is 135 - color contains mainly: green. Hex color #3B876C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B876C is #C47893. Grayscale: #6D6D6D. Windows color (decimal): -12875924 or 7112507. OLE color: 7112507.

HSL color Cylindrical-coordinate representation of color #3B876C: hue angle of 158.68º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3B876C is Cyan = 0.56, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.47.

Color convert

RGB59135108-
CMYK0.5600.20.47
HSL158.68º39.18%38.04%-
HSV(B)158.68º56.3%52.94%-
XYZ13.1719.3417.23-
YUV109.2127.3292.2-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.54%
GREEN value IS 135 (53.12% from 255) = 44.70%
BLUE value IS 108 (42.58% from 255) = 35.76%
R=19.54%
G=44.70%
B=35.76%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal591351080.5600.20.47158.6839.1838.04
Hex3B876C380142F9f2726
Octal7320715470024572374746
Binary11101110000111110110011100001010010111110011111100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B876C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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