#3B866B

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

Shades of Viridian #3B866B

Tints of Viridian #3B866B

Color information

#3B866B (or 0x3B866B) is unknown color: approx Viridian. HEX triplet: 3B, 86 and 6B. RGB value is (59,134,107). Sum of RGB (Red+Green+Blue) = 59+134+107=300 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.67% from 300); Green value is 134 (52.73% from 255 or 44.67% from 300); Blue value is 107 (42.19% from 255 or 35.67% from 300); Max value from RGB is 134 - color contains mainly: green. Hex color #3B866B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B866B is #C47994. Grayscale: #6C6C6C. Windows color (decimal): -12876181 or 7046715. OLE color: 7046715.

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

Color convert

RGB59134107-
CMYK0.5600.200.47
HSL158.4º38.86%37.84%-
HSV(B)158.4º55.97%52.55%-
XYZ12.9819.0416.9-
YUV108.5127.1592.7-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.67%
GREEN value IS 134 (52.73% from 255) = 44.67%
BLUE value IS 107 (42.19% from 255) = 35.67%
R=19.67%
G=44.67%
B=35.67%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal591341070.5600.200.47158.438.8637.84
Hex3B866B380142F9e2726
Octal7320615370024572364746
Binary11101110000110110101111100001010010111110011110100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B866B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,134,107); }

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

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

 a { background-color: rgb(59,134,107); }

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

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

 span { border-color: rgb(59,134,107); }

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